1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-28 14:08:23 +01:00

Move logging functions, change name, add mode + lang var case changes

git-svn-id: file:///svn/phpbb/trunk@3401 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-01-29 17:45:34 +00:00
parent bcd4581f77
commit bb93945423
14 changed files with 69 additions and 153 deletions

View File

@@ -36,7 +36,6 @@ define('IN_PHPBB', 1);
$phpbb_root_path = '../';
require($phpbb_root_path . 'extension.inc');
require('pagestart.' . $phpEx);
require_once($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
// Do we have permission?
if (!$auth->acl_get('a_prune'))
@@ -109,7 +108,7 @@ if (isset($_POST['doprune']))
}
while($row = $db->sql_fetchrow($result));
add_admin_log('log_prune', $log_data);
add_log('admin', 'log_prune', $log_data);
}
else