Allow a GET savemsg= parm to notify user of updating, etc.

This commit is contained in:
Scott Ullrich 2005-06-22 18:36:15 +00:00
parent a00550de6e
commit 19d360bf66

View File

@ -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']);