diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-04-20 09:07:39 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-04-20 09:07:39 +0000 |
commit | d5f22f121dc969a68e7e15921351a4141c11d6c9 (patch) | |
tree | f4ced19e234e1ca5b4125378dadb6339610f68e0 | |
parent | 297ed741f8d32569b82ea44ea144e332f595933b (diff) | |
download | brdo-d5f22f121dc969a68e7e15921351a4141c11d6c9.tar.gz brdo-d5f22f121dc969a68e7e15921351a4141c11d6c9.tar.bz2 |
- Removed the $base_url instructions..
-rw-r--r-- | INSTALL.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index cd163626a..496db5940 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -76,10 +76,6 @@ INSTALLATION If you use PostgreSQL, change "mysql" to "pgsql" in the above line. - Set $base_url to match the address to your Drupal site: - - $base_url = "http://www.example.com"; - In addition, a single Drupal installation can host several Drupal-powered sites, each with its own individual configuration. If you don't need multiple Drupal sites, skip to the next section. |