summaryrefslogtreecommitdiffstats
path: root/wp-inst
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-20 16:02:56 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-20 16:02:56 +0000
commit37237a8227c48b3eea90dcff4738384465980aca (patch)
treeefd3f1cfa5eb58d09cb1496caed95c7fbf757c39 /wp-inst
parentb5773ecfa2e0b9221aef1f0f49451290f0e70ae3 (diff)
downloadwordpress-mu-37237a8227c48b3eea90dcff4738384465980aca.tar.gz
wordpress-mu-37237a8227c48b3eea90dcff4738384465980aca.tar.xz
wordpress-mu-37237a8227c48b3eea90dcff4738384465980aca.zip
Installs into directories not root should work better now.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@583 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst')
-rw-r--r--wp-inst/wp-config-sample.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/wp-inst/wp-config-sample.php b/wp-inst/wp-config-sample.php
index 85c8a95..086d722 100644
--- a/wp-inst/wp-config-sample.php
+++ b/wp-inst/wp-config-sample.php
@@ -5,7 +5,7 @@ define('DB_USER', 'username'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('VHOST', 'VHOSTSETTING');
-
+$base = 'BASE';
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_'
@@ -80,7 +80,6 @@ $global_db_list = array(
)
);
-$based = 'BASE';
/* Stop editing */