summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-26 23:24:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-26 23:24:44 +0000
commit87f9d450deef239e9ecf85eea0c4f0b647987bbe (patch)
tree8c30adfdc0981559ad1d22bfe726439635293dd4 /usr/local
parent48b9fcc659b23e716f396887db6f67471e999466 (diff)
downloadpfsense-87f9d450deef239e9ecf85eea0c4f0b647987bbe.zip
pfsense-87f9d450deef239e9ecf85eea0c4f0b647987bbe.tar.gz
Notify user when updating filter rules
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 6e095c7..79e11d5 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -401,8 +401,10 @@ foreach ($packages_to_install as $id) {
$pb_percent += 10;
if($package_conf['custom_php_install_command']) {
- fwrite($fd_log, "Executing post install commands...\n");
update_status("Executing post install commands...\n");
+ fwrite($fd_log, "Executing post install commands...\n");
+ if($package_conf['custom_php_command_before_form'] <> "")
+ eval($package_conf['custom_php_command_before_form']);
$pb_percent += 50;
update_progress_bar(50);
eval($package_conf['custom_php_install_command']);
OpenPOWER on IntegriCloud