mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Log the install to the admin log
git-svn-id: file:///svn/phpbb/trunk@5807 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b3a6c67d55
commit
32e738031d
2 changed files with 4 additions and 0 deletions
|
@ -1105,6 +1105,9 @@ class install_install extends module
|
|||
$messenger->send(NOTIFY_EMAIL);
|
||||
}
|
||||
|
||||
// And finally, add a note to the log
|
||||
add_log('admin', 'LOG_INSTALL_INSTALLED', $config['version']);
|
||||
|
||||
$template->assign_vars(array(
|
||||
'TITLE' => $lang['INSTALL_CONGRATS'],
|
||||
'BODY' => sprintf($lang['INSTALL_CONGRATS_EXPLAIN'], '<a href="../docs/README.html" target="_blank">', '</a>'),
|
||||
|
|
|
@ -441,6 +441,7 @@ $lang = array_merge($lang, array(
|
|||
'LOG_INDEX_ACTIVATE' => '<b>Activated inactive users</b><br />» %s',
|
||||
'LOG_INDEX_DELETE' => '<b>Deleted inactive users</b><br />» %s',
|
||||
'LOG_INDEX_REMIND' => '<b>Sent reminder emails to inactive users</b><br />» %s',
|
||||
'LOG_INSTALL_INSTALLED' => '<b>Installed phpBB %s</b>',
|
||||
|
||||
'LOG_JAB_CHANGED' => '<b>Jabber account changed</b>',
|
||||
'LOG_JAB_PASSCHG' => '<b>Jabber password changed</b>',
|
||||
|
|
Loading…
Add table
Reference in a new issue