1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Missed one from last commit

This commit is contained in:
e107steved
2008-01-13 10:52:20 +00:00
parent 9ee645583e
commit a40428bc08

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_files/def_e107_prefs.php,v $ | $Source: /cvs_backup/e107_0.8/e107_files/def_e107_prefs.php,v $
| $Revision: 1.7 $ | $Revision: 1.8 $
| $Date: 2008-01-12 16:51:43 $ | $Date: 2008-01-13 10:52:20 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -156,7 +156,12 @@ City, State, Country
'download_email' => '0', 'download_email' => '0',
'comments_disabled' => '0', 'comments_disabled' => '0',
'memberlist_access' => '253', 'memberlist_access' => '253',
'check_updates' => '1' 'check_updates' => '1',
'enable_rdns' => '0',
'enable_rdns_on_ban' => '0',
'ban_max_online_access' => '100,200',
'ban_retrigger' => '0'
); );
?> ?>