summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_firmware.php')
-rw-r--r--src/usr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_firmware.php b/src/usr/local/www/system_firmware.php
index ccd2ab9..b211a5c 100644
--- a/src/usr/local/www/system_firmware.php
+++ b/src/usr/local/www/system_firmware.php
@@ -240,7 +240,7 @@ if ($sig_warning && !$input_errors) {
} else {
// This is where the work gets done so Forms.classes will be used from this point
if (!is_subsystem_dirty('firmwarelock')) {
- require('classes/Form.class.php');
+ require_once('classes/Form.class.php');
if (!is_subsystem_dirty('rebootreq')) {
// Provide a button to enable firmware upgrades. Upgrades should be disabled on initial page load
OpenPOWER on IntegriCloud