mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 09:29:48 +01:00
Earlier path fix that was missed.
git-svn-id: https://develop.svn.wordpress.org/trunk@107 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2c1c4e6703
commit
5ae03f37dc
@ -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…
x
Reference in New Issue
Block a user