Revision 19d360bf
Added by Scott Ullrich almost 20 years ago
usr/local/www/pkg_edit.php | ||
---|---|---|
85 | 85 |
$toeval = "\$a_pkg = &\$config['installedpackages']['" . xml_safe_fieldname($pkg['name']) . "']['config'];"; |
86 | 86 |
eval($toeval); |
87 | 87 |
|
88 |
if($_GET['savemsg'] <> "") |
|
89 |
$savemsg = $_GET['savemsg']; |
|
88 | 90 |
|
89 | 91 |
if($pkg['custom_php_command_before_form'] <> "") |
90 | 92 |
eval($pkg['custom_php_command_before_form']); |
Also available in: Unified diff
Allow a GET savemsg= parm to notify user of updating, etc.