Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
62954fce
Commit
62954fce
authored
Jun 05, 2006
by
Dries Buytaert
Browse files
- Patch
#65952
by Flanker and killes: set the proper version number for CVS HEAD.
parent
96862f85
Changes
5
Hide whitespace changes
Inline
Side-by-side
INSTALL.txt
View file @
62954fce
...
...
@@ -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.
...
...
modules/drupal.module
View file @
62954fce
...
...
@@ -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().
*/
...
...
modules/drupal/drupal.module
View file @
62954fce
...
...
@@ -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().
*/
...
...
modules/system.module
View file @
62954fce
...
...
@@ -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().
*/
...
...
modules/system/system.module
View file @
62954fce
...
...
@@ -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().
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment