Cleaned up quoting in last line.

git-svn-id: https://develop.svn.wordpress.org/trunk@61 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-05-23 15:19:11 +00:00
parent 92faa791d6
commit ab6ed8c495
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");
?>