summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-19 03:33:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-19 03:33:17 +0000
commit1834f481e329c403c9ff065a88757fa223a6e1c0 (patch)
treeb1fff2d69bbdd4980e8fb933102bf2b037a72c03 /usr/local/www/system_firmware.php
parent64a0b4e4ec8d611a49e6fccc4457f0c67b9372d4 (diff)
downloadpfsense-1834f481e329c403c9ff065a88757fa223a6e1c0.zip
pfsense-1834f481e329c403c9ff065a88757fa223a6e1c0.tar.gz
Add plugins folder for firmware_upgrade
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index c55c860..3434301 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -131,6 +131,8 @@ 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