diff options
author | Malf Furious <m@lfurio.us> | 2018-10-26 22:00:18 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-10-26 22:00:18 -0400 |
commit | b9783160efe6ab1d6084113fa5c0fa982404be53 (patch) | |
tree | 6d7bb828c87e77eca946ce0c958c290e0dac1a2d /app/model/settings.php | |
parent | d73d8ccf9b009a522080f7fec08bf9f23962e1c9 (diff) | |
parent | 3e0aa02f2051300fbe255c578ed2717a71b65954 (diff) | |
download | scrott-b9783160efe6ab1d6084113fa5c0fa982404be53.tar.gz scrott-b9783160efe6ab1d6084113fa5c0fa982404be53.zip |
Merge branch 'feature/logging' into dev
Signed-off-by: Malf Furious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r-- | app/model/settings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/model/settings.php b/app/model/settings.php index a3afa0f..3293122 100644 --- a/app/model/settings.php +++ b/app/model/settings.php @@ -137,6 +137,8 @@ if (isAction("settings-admin")) if ($form->smtpPasswd != "") settings::smtpPasswd($form->smtpPasswd); + + $log = mesg::initNewAdminLog("%s changed global settings", $cu); } ?> |