diff --git a/blogger-2-b2.php b/blogger-2-b2.php index 2aa6ccbc93..66162cdfcf 100644 --- a/blogger-2-b2.php +++ b/blogger-2-b2.php @@ -20,9 +20,9 @@ switch ($action) { case "step1": - include("b2config.php"); - include("$b2inc/b2functions.php"); - include("$b2inc/b2vars.php"); + require("b2config.php"); + require("$b2inc/b2functions.php"); + require("$b2inc/b2vars.php"); ?> diff --git a/gm-2-b2.php b/gm-2-b2.php index 643d17f86a..f1c626b345 100644 --- a/gm-2-b2.php +++ b/gm-2-b2.php @@ -4,8 +4,8 @@ // 2. upload on your server in the directory where your b2 files are // 3. load in the browser from there -include("b2config.php"); -include($b2inc."/b2functions.php"); +require("b2config.php"); +require($b2inc."/b2functions.php"); $b2varstoreset = array('action', 'gmpath', 'archivespath'); for ($i=0; $i