1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 04:20:32 +02:00

added auto_prune

git-svn-id: file:///svn/phpbb/trunk@516 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech
2001-06-19 17:38:00 +00:00
parent 7d6c996092
commit bc5c16ae82
5 changed files with 151 additions and 12 deletions

View File

@@ -135,5 +135,5 @@ define('TOPICS_TABLE', $table_prefix.'topics');
define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');
define('WORDS_TABLE', $table_prefix.'words');
?>
define('PRUNE_TABLE', $table_prefix.'forum_prune');
?>