Earlier path fix that was missed.
git-svn-id: http://svn.automattic.com/wordpress/trunk@107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
20adb1d803
commit
0c41ba8305
|
@ -3,14 +3,10 @@
|
|||
$use_cache = 1;
|
||||
$use_gzipcompression = 1;
|
||||
|
||||
/* Including config and functions files */
|
||||
/* Including config and functions files */
|
||||
$curpath = dirname(__FILE__).'/';
|
||||
require_once ($curpath.'/b2config.php');
|
||||
|
||||
if (($b2inc{0} == '/') || ($b2inc{1} == ':')) {
|
||||
$curpath='./';
|
||||
}
|
||||
require_once ($curpath.'/b2config.php');
|
||||
require_once ($curpath.$b2inc.'/b2template.functions.php');
|
||||
require_once ($curpath.$b2inc.'/b2vars.php');
|
||||
require_once ($curpath.$b2inc.'/b2functions.php');
|
||||
|
|
Loading…
Reference in New Issue