mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Require -> require_once
git-svn-id: http://svn.automattic.com/wordpress/trunk@99 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cc77c8a815
commit
91e245ec5e
@ -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