From c389c90529d45b33c21f55fc7b7f4539fcea762c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 2 Oct 2007 16:03:17 +0000 Subject: - Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. --- INSTALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt index e426aa20c..f7ab0b6af 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -54,7 +54,7 @@ INSTALLATION your web server's document root or your public HTML directory: mv drupal-x.x/* drupal-x.x/.htaccess /var/www/html - + If you would like to have the default English interface translated to a different language, we have good news. You can install and use Drupal in other languages from the start. Check whether a released package of the @@ -69,7 +69,7 @@ INSTALLATION the details you provide through the install process, in the same directory. For Drupal to be able to create the file, you need to give the web server write privileges to the sites/default directory: - + chmod o+w default 3. CREATE THE DRUPAL DATABASE @@ -90,7 +90,7 @@ INSTALLATION To run the install script point your browser to the base url of your website (i.e. http://www.example.com). - + You will be guided through several screens to set up the database, create tables, add the first user account and provide basic web site settings. -- cgit v1.2.3