mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-08 19:20:03 +00:00
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:
@@ -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");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user