diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index 3a4b8eeabf..52a746fde8 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -31,8 +31,8 @@ */ $d_isfwfile = 1; -require("guiconfig.inc"); -//require("xmlrpc_client.inc"); +require_once("guiconfig.inc"); +require_once("xmlrpc_client.inc"); /* Handle manual upgrade */ if ($_POST && !file_exists($d_firmwarelock_path)) { diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php index aa502b8863..047c90908c 100755 --- a/usr/local/www/system_firmware_check.php +++ b/usr/local/www/system_firmware_check.php @@ -28,9 +28,9 @@ POSSIBILITY OF SUCH DAMAGE. */ -require("guiconfig.inc"); -require("xmlparse_pkg.inc"); -require("xmlrpc.inc"); +require_once("guiconfig.inc"); +require_once("xmlparse_pkg.inc"); +require_once("xmlrpc.inc"); ?>