Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > fbd21807bb6cde9e07352d1846e10697 > files > 3

drupal-7.56-1.mga5.src.rpm

Index: INSTALL.txt
===================================================================
--- INSTALL.txt
+++ INSTALL.txt	2011-07-04 12:52:58.000000000 +0200
@@ -112,7 +112,7 @@
 4. Run the install script.
 
    To run the install script, point your browser to the base URL of your
-   website (e.g., http://www.example.com).
+   website (e.g., http://localhost/drupal).
 
    You will be guided through several screens to set up the database, add the
    site maintenance account (the first user, also known as user/1), and provide
Index: sites/default/default.settings.php
===================================================================
--- sites/default/default.settings.php
+++ sites/default/default.settings.php	2011-07-04 12:54:57.000000000 +0200
@@ -231,7 +231,7 @@
  * It is not allowed to have a trailing slash; Drupal will add it
  * for you.
  */
-# $base_url = 'http://www.example.com';  // NO trailing slash!
+# $base_url = 'http://localhost/drupal';  // NO trailing slash!
 
 /**
  * PHP settings: