mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7531 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
46a58a7add
commit
c1c2f29031
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue