Cleaned up quoting in last line.

git-svn-id: http://svn.automattic.com/wordpress/trunk@61 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-05-23 15:19:11 +00:00
parent 17c741147c
commit 58993caab4
1 changed files with 1 additions and 1 deletions

View File

@ -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");
?>