mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00: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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user