mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Fixes #3681 - Properly detect antiflood and online tracking prefs
- e_TRACKING_DISABLED is now properly defined when user tracking is turned off ('track_online'). - Use correct antiflood pref ('antiflood1') - Remove old 'flood_protect' pref (which was not used anymore)
This commit is contained in:
@@ -140,7 +140,6 @@
|
||||
<core name="failed_login_limit">10</core>
|
||||
<core name="filter_script">0</core>
|
||||
<core name="flood_hits">100</core>
|
||||
<core name="flood_protect">1</core>
|
||||
<core name="flood_time">30</core>
|
||||
<core name="flood_timeout">5</core>
|
||||
<core name="forumdate">%a %b %d %Y, %I:%M%p</core>
|
||||
|
Reference in New Issue
Block a user