git-svn-id: file:///svn/phpbb/trunk@7531 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-05-11 21:22:28 +00:00
parent 46a58a7add
commit c1c2f29031
2 changed files with 3 additions and 1 deletions

View file

@ -226,6 +226,7 @@ class acp_database
if (confirm_box(true))
{
unlink($file_name);
add_log('admin', 'LOG_DB_DELETE');
trigger_error($user->lang['BACKUP_DELETE'] . adm_back_link($this->u_action));
}
else

View file

@ -483,7 +483,8 @@ $lang = array_merge($lang, array(
'LOG_DISALLOW_DELETE' => '<strong>Deleted disallowed username</strong>',
'LOG_DB_BACKUP' => '<strong>Database backup</strong>',
'LOG_DB_RESTORE' => '<strong>Database restore</strong>',
'LOG_DB_DELETE' => '<strong>Database restored</strong>',
'LOG_DB_RESTORE' => '<strong>Database deleted</strong>',
'LOG_DOWNLOAD_EXCLUDE_IP' => '<strong>Excluded IP/hostname from download list</strong><br />» %s',
'LOG_DOWNLOAD_IP' => '<strong>Added IP/hostname to download list</strong><br />» %s',