summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-01 15:30:35 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-01 15:30:35 +0000
commit71c021c6f70b2a16ea210a554344645a638db636 (patch)
treeef57e5e81e923ae32e477aeec26aadf2410e225a
parent7bdcba172030b6c4aedf3e00514af1a857a04593 (diff)
downloadbrdo-71c021c6f70b2a16ea210a554344645a638db636.tar.gz
brdo-71c021c6f70b2a16ea210a554344645a638db636.tar.bz2
- Patch #19588 by Uwe: INSTALL.txt updates.
-rw-r--r--INSTALL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 3bb8e2b00..35f6f7d1d 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -18,7 +18,7 @@ Drupal requires a web server, PHP4 (4.3.3 or greater) or PHP5
(http://www.php.net/) and either MySQL (http://www.mysql.com/)
or PostgreSQL (http://www.postgresql.org/).
-NOTE: The Apache web server and MySQL database are strongly recommended;
+NOTE: the Apache web server and MySQL database are strongly recommended;
other web server and database combinations such as IIS and PostgreSQL
are possible but tested to a lesser extent.
@@ -206,7 +206,7 @@ INSTALLATION
this. The following example crontab line will activate the cron
tasks automatically on the hour:
- 0 * * * * wget -O - -q http://www.example.com/cron.php
+ 0 * * * * wget -O - -q http://www.example.com/cron.php
More information about the cron scripts are available in the admin
help pages and in the Drupal handbook at drupal.org. Example