Require -> require_once

git-svn-id: http://svn.automattic.com/wordpress/trunk@99 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-05-25 23:33:54 +00:00
parent cc77c8a815
commit 91e245ec5e
1 changed files with 2 additions and 2 deletions

View File

@ -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();