Log category ... naughty Paul, stop putting off working on permissions ... smack handy

git-svn-id: file:///svn/phpbb/trunk@2813 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-08-02 17:21:31 +00:00
parent 0c27202137
commit dd74309709
2 changed files with 6 additions and 2 deletions

View file

@ -27,8 +27,8 @@ if ( !empty($setmodules) )
}
$filename = basename(__FILE__);
$module['General']['Admin_logs'] = $filename . "$SID&mode=admin";
$module['General']['Mod_logs'] = $filename . "$SID&mode=mod";
$module['Log']['Admin_logs'] = $filename . "$SID&mode=admin";
$module['Log']['Mod_logs'] = $filename . "$SID&mode=mod";
return;
}

View file

@ -37,6 +37,7 @@ $lang['Users_cat'] = 'User Admin';
$lang['Groups_cat'] = 'Group Admin';
$lang['Forums_cat'] = 'Forum Admin';
$lang['Styles_cat'] = 'Styles Admin';
$lang['Log_cat'] = 'Log Admin';
$lang['Avatar_settings'] = 'Avatar Settings';
$lang['Cookie_settings'] = 'Cookie Settings';
@ -68,6 +69,8 @@ $lang['Mod_logs'] = 'Moderator Log';
$lang['Users'] = 'Users';
$lang['Groups'] = 'Groups';
$lang['Look_up_Forum'] = 'Select a Forum';
//
// Logging
//
@ -415,6 +418,7 @@ $lang['SMTP_username_explain'] = 'Only enter a username if your smtp server requ
$lang['SMTP_password'] = 'SMTP Password';
$lang['SMTP_password_explain'] = 'Only enter a password if your smtp server requires it';
//
// Board settings
//