From 87f9d450deef239e9ecf85eea0c4f0b647987bbe Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 26 Feb 2005 23:24:44 +0000 Subject: Notify user when updating filter rules --- usr/local/www/pkg_mgr_install.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr') 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']); -- cgit v1.1