mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Allow a GET savemsg= parm to notify user of updating, etc.
This commit is contained in:
parent
a00550de6e
commit
19d360bf66
@ -85,6 +85,8 @@ eval($toeval);
|
||||
$toeval = "\$a_pkg = &\$config['installedpackages']['" . xml_safe_fieldname($pkg['name']) . "']['config'];";
|
||||
eval($toeval);
|
||||
|
||||
if($_GET['savemsg'] <> "")
|
||||
$savemsg = $_GET['savemsg'];
|
||||
|
||||
if($pkg['custom_php_command_before_form'] <> "")
|
||||
eval($pkg['custom_php_command_before_form']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user