From ab6ed8c4958a8cf4b7d909b4d18b7684de195e1f Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 23 May 2003 15:19:11 +0000 Subject: [PATCH] Cleaned up quoting in last line. git-svn-id: https://develop.svn.wordpress.org/trunk@61 602fd350-edb4-49c9-b593-d223f7449a82 --- b2config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2config.php b/b2config.php index eca3b18e32..f1de106a94 100644 --- a/b2config.php +++ b/b2config.php @@ -342,6 +342,6 @@ $base = $dbname; // Set this path separator appropriately for your OS: semi-colon on windows, colon on unix //$path_sep=';'; $path_sep=':'; -ini_set('include_path', '.'.$path_sep.'..'.$path_sep."../$b2inc".$path_sep."./$b2inc"); +ini_set('include_path', ".$path_sep..$path_sep../$b2inc$path_sep./$b2inc"); ?> \ No newline at end of file