mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
Require -> require_once
git-svn-id: https://develop.svn.wordpress.org/trunk@99 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
184e3cd80c
commit
c69f174e29
@ -2,8 +2,8 @@
|
||||
|
||||
// *** b2 Archive file
|
||||
|
||||
require('b2config.php');
|
||||
require($abspath.$b2inc.'/b2functions.php');
|
||||
require_once('b2config.php');
|
||||
require_once($abspath.$b2inc.'/b2functions.php');
|
||||
|
||||
dbconnect();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user