1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 12:30:42 +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

@@ -6,11 +6,7 @@
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
<<<<<<< common.php
* $Id$
=======
* $Id$
>>>>>>> 1.24
*
*
***************************************************************************/
@@ -125,7 +121,7 @@ else
$board_config['avatar_max_width'] = $config['avatar_max_width'];
$board_config['avatar_max_height'] = $config['avatar_max_height'];
$board_config['avatar_path'] = $config['avatar_path'];
$board_config['prune_enable'] = $config['prune_enable'];
}
include('language/lang_'.$board_config['default_lang'].'.'.$phpEx);
?>
?>