summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_halt.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_halt.php')
-rwxr-xr-xsrc/usr/local/www/diag_halt.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_halt.php b/src/usr/local/www/diag_halt.php
index 39cdb55..be938d0 100755
--- a/src/usr/local/www/diag_halt.php
+++ b/src/usr/local/www/diag_halt.php
@@ -66,9 +66,9 @@
// Set DEBUG to true to prevent the system_halt() function from being called
define("DEBUG", false);
-require("guiconfig.inc");
-require("functions.inc");
-require("captiveportal.inc");
+require_once("guiconfig.inc");
+require_once("functions.inc");
+require_once("captiveportal.inc");
if ($_POST['save'] == 'No') {
header("Location: index.php");
OpenPOWER on IntegriCloud