summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-19 03:33:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-19 03:33:23 +0000
commit6e0df0d5f6f82c34271f1cd9cc0377850f32727c (patch)
tree755c5bfa058b1f6f22b9ffffc65251c4f51ee412 /usr/local/www
parentdc7f913e6e208a7e5fc8fe0aa5340af7158d7ed8 (diff)
downloadpfsense-6e0df0d5f6f82c34271f1cd9cc0377850f32727c.zip
pfsense-6e0df0d5f6f82c34271f1cd9cc0377850f32727c.tar.gz
Add plugins folder for firmware_upgrade
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_firmware.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 5ed3448..a141e09 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -128,7 +128,9 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
}
}
}
-
+
+ run_plugins("/usr/local/pkg/firmware_upgrade");
+
/* Check for input errors, firmware locks, warnings, then check for firmware if sig_override is set */
if (!$input_errors && !file_exists($d_firmwarelock_path) && (!$sig_warning || $_POST['sig_override'])) {
if (file_exists("{$g['upload_path']}/firmware.tgz")) {
OpenPOWER on IntegriCloud