diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-07-06 13:10:05 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-07-06 13:10:05 +0000 |
| commit | 3f7ab4b8a6759374bc48c2ee5b8c88d1b695f0eb (patch) | |
| tree | 729ac8efaec86e6c15f21dd4bb3eafd78fcb5833 /phpBB/language/en/acp/common.php | |
| parent | 2854705096a5029295ab99fa9fcf063661fc2cbc (diff) | |
| download | forums-3f7ab4b8a6759374bc48c2ee5b8c88d1b695f0eb.tar forums-3f7ab4b8a6759374bc48c2ee5b8c88d1b695f0eb.tar.gz forums-3f7ab4b8a6759374bc48c2ee5b8c88d1b695f0eb.tar.bz2 forums-3f7ab4b8a6759374bc48c2ee5b8c88d1b695f0eb.tar.xz forums-3f7ab4b8a6759374bc48c2ee5b8c88d1b695f0eb.zip | |
Add a purge option for the session table to the acp. Seems that many boards get unusable due to styles not embedding the cron image and/or extremely long session timeout settings and/or DOS attacks. This new button can be a stopgap measure in those cases.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9714 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/common.php')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 55c3ed0cac..efcf88e09a 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -136,6 +136,7 @@ $lang = array_merge($lang, array( 'ACP_PERMISSION_TRACE' => 'Permission trace', 'ACP_PHP_INFO' => 'PHP information', 'ACP_POST_SETTINGS' => 'Post settings', + 'ACP_PRUNE_ATTACHMENTS' => 'Prune attachments', 'ACP_PRUNE_FORUMS' => 'Prune forums', 'ACP_PRUNE_USERS' => 'Prune users', 'ACP_PRUNING' => 'Pruning', @@ -339,6 +340,10 @@ $lang = array_merge($lang, array( 'PURGE_CACHE_CONFIRM' => 'Are you sure you wish to purge the cache?', 'PURGE_CACHE_EXPLAIN' => 'Purge all cache related items, this includes any cached template files or queries.', + 'PURGE_SESSIONS' => 'Purge all sessions', + 'PURGE_SESSIONS_CONFIRM' => 'Are you sure you wish to purge all sessions? This will log out all users.', + 'PURGE_SESSIONS_EXPLAIN' => 'Purge all sessions. This will log out all users by truncating the session table.', + 'RESET_DATE' => 'Reset board’s start date', 'RESET_DATE_CONFIRM' => 'Are you sure you wish to reset the board’s start date?', 'RESET_ONLINE' => 'Reset most users ever online', @@ -611,6 +616,7 @@ $lang = array_merge($lang, array( 'LOG_PROFILE_FIELD_REMOVED' => '<strong>Profile field removed</strong><br />» %s', 'LOG_PRUNE' => '<strong>Pruned forums</strong><br />» %s', + 'LOG_PRUNE_ATTACHMENTS' => '<strong>Pruned attachments</strong>', 'LOG_AUTO_PRUNE' => '<strong>Auto-pruned forums</strong><br />» %s', 'LOG_PRUNE_USER_DEAC' => '<strong>Users deactivated</strong><br />» %s', 'LOG_PRUNE_USER_DEL_DEL' => '<strong>Users pruned and posts deleted</strong><br />» %s', |
