summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_smart.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.comm>2015-08-31 01:09:10 +0200
committerPiBa-NL <pba_2k3@yahoo.comm>2015-08-31 01:09:10 +0200
commitad2879b89a96cad751dd161fe01bc78aaabacc79 (patch)
tree8a9ca0cbdffcd2118711ecff6b4d19a82b4e7c57 /src/usr/local/www/diag_smart.php
parent683ba309d50913828decb5fe3f6ade059c1dfab2 (diff)
downloadpfsense-ad2879b89a96cad751dd161fe01bc78aaabacc79.zip
pfsense-ad2879b89a96cad751dd161fe01bc78aaabacc79.tar.gz
bootstrap, use require_once for classes/Form.class.php
Diffstat (limited to 'src/usr/local/www/diag_smart.php')
-rw-r--r--src/usr/local/www/diag_smart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_smart.php b/src/usr/local/www/diag_smart.php
index d09a891..22592f5 100644
--- a/src/usr/local/www/diag_smart.php
+++ b/src/usr/local/www/diag_smart.php
@@ -111,7 +111,7 @@ if (!file_exists('/dev/' . $targetdev)) {
return;
}
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$tab_array = array();
$tab_array[0] = array(gettext("Information/Tests"), ($action != 'config'), $_SERVER['PHP_SELF'] . "?action=default");
OpenPOWER on IntegriCloud