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:
parent
92faa791d6
commit
ab6ed8c495
@ -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");
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user