summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-26 00:19:37 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-26 00:19:37 -0400
commitb2d15ced558344a9c07e8571fb6c79f6d3af62ff (patch)
tree2e32231d9c9fe8a262d4b065877d2f1665f9c82b /usr/local/www/system_firmware.php
parent453a59ca8f8c80100303eeb45ebdf9cb9c8b92ce (diff)
downloadpfsense-b2d15ced558344a9c07e8571fb6c79f6d3af62ff.zip
pfsense-b2d15ced558344a9c07e8571fb6c79f6d3af62ff.tar.gz
Add missing );
Diffstat (limited to 'usr/local/www/system_firmware.php')
-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 6b88851..151ce28 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -138,7 +138,7 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
touch($d_firmwarelock_path);
$savemsg = "The firmware is now being updated. The firewall will reboot automatically.";
if(stristr($_FILES['ulfile']['tmp_name'],"nanobsd"))
- mwexec_bg("/etc/rc.firmware pfSenseNanoBSDupgrade {$g['upload_path']}/firmware.tgz"
+ mwexec_bg("/etc/rc.firmware pfSenseNanoBSDupgrade {$g['upload_path']}/firmware.tgz");
else if(stristr($_FILES['ulfile']['tmp_name'],"bdiff"))
mwexec_bg("/etc/rc.firmware delta_update {$g['upload_path']}/firmware.tgz");
else
OpenPOWER on IntegriCloud