mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +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");
|
add_log_line(".php&action=savesettings");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$session->setSplashMsg(array('type'=>'success', 'msg'=>getMLText('splash_settings_saved')));
|
||||||
|
|
||||||
|
|
||||||
header("Location:../out/out.Settings.php");
|
header("Location:../out/out.Settings.php");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user