mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
set splash msg on successful saving of settings
This commit is contained in:
parent
5e84e7c5c7
commit
499d87c499
|
@ -164,6 +164,8 @@ if ($action == "saveSettings")
|
|||
add_log_line(".php&action=savesettings");
|
||||
}
|
||||
|
||||
$session->setSplashMsg(array('type'=>'success', 'msg'=>getMLText('splash_settings_saved')));
|
||||
|
||||
|
||||
header("Location:../out/out.Settings.php");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user