mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
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:
parent
17c741147c
commit
58993caab4
@ -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