From c69f174e294ca94f169dc33fd3c17e9c8e7b7eeb Mon Sep 17 00:00:00 2001 From: Mike Little Date: Sun, 25 May 2003 23:33:54 +0000 Subject: [PATCH] Require -> require_once git-svn-id: https://develop.svn.wordpress.org/trunk@99 602fd350-edb4-49c9-b593-d223f7449a82 --- b2archives.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/b2archives.php b/b2archives.php index c58127674b..83d3e45ded 100644 --- a/b2archives.php +++ b/b2archives.php @@ -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();