Some page updates

This commit is contained in:
laf
2015-10-12 22:14:04 +00:00
parent 1cbe42e0c7
commit fcb584c897
2 changed files with 18 additions and 4 deletions

View File

@ -23,7 +23,7 @@ $config_type = mres($_POST['config_type']);
$status = 'error';
if (!is_numeric($config_id)) {
$message = 'ERROR: No alert selected';
$message = 'ERROR: No config item';
}
else if ($action == 'update-textarea') {
$extras = explode(PHP_EOL, $_POST['config_value']);