summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@su.local>2009-09-10 17:33:26 -0400
committerScott Ullrich <sullrich@su.local>2009-09-10 17:33:26 -0400
commitb6ef36e897fb262cffa69953337fb5f66964e630 (patch)
tree4d073dd52c3d4ecbc17eb31794bc0ced51d8c39c /usr/local/www
parentcd327877505e3abd3a4fc3046b99868ae80d3560 (diff)
downloadpfsense-b6ef36e897fb262cffa69953337fb5f66964e630.zip
pfsense-b6ef36e897fb262cffa69953337fb5f66964e630.tar.gz
Make sure globals are set
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 1b18d98..522893f 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -38,11 +38,11 @@
*/
$d_isfwfile = 1;
+require_once("globals.inc");
require_once("guiconfig.inc");
$curcfg = $config['system']['firmware'];
-
require_once("xmlrpc_client.inc");
/* Allow additional execution time 0 = no limit. */
OpenPOWER on IntegriCloud