diff options
-rw-r--r-- | INSTALL.txt | 12 | ||||
-rw-r--r-- | modules/drupal.module | 2 | ||||
-rw-r--r-- | modules/drupal/drupal.module | 2 | ||||
-rw-r--r-- | modules/system.module | 2 | ||||
-rw-r--r-- | modules/system/system.module | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index dce0db9b3..b80507c00 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -68,8 +68,8 @@ INSTALLATION The default configuration can be found in the 'sites/default/settings.php' file within your Drupal installation. - Before you can run Drupal, you must set the database URL. Open the - configuration file and edit the $db_url line to match the database + Before you can run Drupal, you must set the database URL. Open the + configuration file and edit the $db_url line to match the database defined in the previous step: $db_url = "mysql://username:password@localhost/databasename"; @@ -144,9 +144,9 @@ INSTALLATION by the Drupal server process. You can change the name of this subdirectory at "Administer > Settings > File system settings". - SECURITY NOTICE: Certain Apache configurations can be vulnerable - to a security exploit allowing arbitrary code execution. Drupal - will attempt to automatically create a .htaccess file in your + SECURITY NOTICE: Certain Apache configurations can be vulnerable + to a security exploit allowing arbitrary code execution. Drupal + will attempt to automatically create a .htaccess file in your "files" directory to protect you. If you already have a .htaccess file in that location, please add the following lines: @@ -191,7 +191,7 @@ example, set some general settings for your site with "Administer > Settings". Enable modules via "Administer > Modules". User permissions can be set with "Administer > Users > Configure > Permissions". -For more information on configuration options, read the +For more information on configuration options, read the instructions which accompany the different configuration settings and consult the various help pages available in the administration panel. diff --git a/modules/drupal.module b/modules/drupal.module index 70b3c3998..535950571 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -6,8 +6,6 @@ * Lets users log in using a Drupal ID and can notify a central server about your site. */ -define('VERSION', '4.7.0'); - /** * Implementation of hook_help(). */ diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 70b3c3998..535950571 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -6,8 +6,6 @@ * Lets users log in using a Drupal ID and can notify a central server about your site. */ -define('VERSION', '4.7.0'); - /** * Implementation of hook_help(). */ diff --git a/modules/system.module b/modules/system.module index be43aace4..b7871d8a8 100644 --- a/modules/system.module +++ b/modules/system.module @@ -6,6 +6,8 @@ * Configuration system that lets administrators modify the workings of the site. */ +define('VERSION', '4.8.0 dev'); + /** * Implementation of hook_help(). */ diff --git a/modules/system/system.module b/modules/system/system.module index be43aace4..b7871d8a8 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -6,6 +6,8 @@ * Configuration system that lets administrators modify the workings of the site. */ +define('VERSION', '4.8.0 dev'); + /** * Implementation of hook_help(). */ |