From 6bd0db0727fea736a89386defc4332a65de1ed22 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 22 May 2003 12:18:13 +0000 Subject: [PATCH] Cleaned up a few misc. things, added ini_set fix for new admin location. git-svn-id: https://develop.svn.wordpress.org/trunk@39 602fd350-edb4-49c9-b593-d223f7449a82 --- b2config.php | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/b2config.php b/b2config.php index 462aa4ac4c..999a30360b 100644 --- a/b2config.php +++ b/b2config.php @@ -1,8 +1,8 @@


'; # set this to 1 to let every author be notified about comments on their posts -$comments_notify = 0; +$comments_notify = 1; @@ -290,7 +278,7 @@ $month['12']='December'; # $b2inc is where the included b2 files are: that's generally the directory b2-include, # so you shouldn't have to change that setting -$b2inc = './b2-include'; +$b2inc = 'b2-include'; // ** Querystring Configuration ** (don't change if you don't know what you're doing) @@ -350,4 +338,7 @@ $passsql = $dbpassword; $path = $pathserver; $base = $dbname; +// This is so the new admin location works +ini_set('include_path', ".:../:../$b2inc"); + ?>