From c4c3a726e42e7aed1f02829f1b64744a27ea5c15 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 23 Jan 2009 08:48:33 +0000 Subject: [PATCH] fix --- PLCWWW.spec | 2 +- drupal-hacks/node.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PLCWWW.spec b/PLCWWW.spec index 9debde0..ba4aa86 100644 --- a/PLCWWW.spec +++ b/PLCWWW.spec @@ -91,7 +91,7 @@ popd pushd /var/www/html/modules if [ ! -f node.module.drupal ] ; then cp node.module node.module.drupal - [ -f /var/www/html/drupal-hacks/node.module ] && cp -f /var/www/html/drupal-hacks/node.module /var/www/html/module/node.module + [ -f /var/www/html/drupal-hacks/node.module ] && cp -f /var/www/html/drupal-hacks/node.module /var/www/html/modules/node.module fi popd diff --git a/drupal-hacks/node.module b/drupal-hacks/node.module index 7ea7295..04fafa4 100644 --- a/drupal-hacks/node.module +++ b/drupal-hacks/node.module @@ -2053,7 +2053,7 @@ function node_page_default() {
  1. Use your administrator account - Enter the site using the credentials that you have provided when configuring MyPLC. This account has full administration rights and will allows to configure your website using Drupal tools. + Enter the site using the credentials that you have provided when configuring MyPLC (see PLC_ROOT_USER and PLC_ROOT_PASSWORD). This account has full administration rights and will allows to configure your website using Drupal tools.
  2. Configure your website -- 2.43.0