diff options
author | Renato Botelho <renato@netgate.com> | 2015-07-30 10:52:31 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-07-30 12:21:18 -0300 |
commit | 687631c68391223ea98c21f1e5ff46c297310236 (patch) | |
tree | f29ac6d87e9919c607f23ce151f7b6a89c036f03 /usr/local/www | |
parent | 488b975c8b4ff0d33eb2dc8668983ca4c888b334 (diff) | |
download | pfsense-687631c68391223ea98c21f1e5ff46c297310236.zip pfsense-687631c68391223ea98c21f1e5ff46c297310236.tar.gz |
Remove bdiff support
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/system_firmware.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index cb3dd90..d6d48ee 100644 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -188,8 +188,6 @@ if ($_POST && !is_subsystem_dirty('firmwarelock')) { $savemsg = gettext("The firmware is now being updated. The firewall will reboot automatically."); if (stristr($_FILES['ulfile']['name'], "nanobsd") or $_POST['isnano'] == "yes") { mwexec_bg("/etc/rc.firmware pfSenseNanoBSDupgrade {$g['upload_path']}/firmware.tgz"); - } else if (stristr($_FILES['ulfile']['name'], "bdiff")) { - mwexec_bg("/etc/rc.firmware delta_update {$g['upload_path']}/firmware.tgz"); } else { if ($g['platform'] == "nanobsd") { $whichone = "pfSenseNanoBSDupgrade"; |