1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Ban handling improvements - most checking done before DB opened (much faster if user is banned).

Fix some bugs in ban admin pages.
Separate handler for IP- and ban-related functions (moves them out of e107_class)
This commit is contained in:
e107steved
2011-12-28 10:01:25 +00:00
parent db9b9c1a57
commit 389705683e
10 changed files with 1891 additions and 239 deletions

View File

@@ -17,6 +17,7 @@
<core name="auth_method"></core>
<core name="autoban">1</core>
<core name="autologinpostsignup">1</core>
<core name="ban_date_format">%H:%M %d-%m-%y</core>
<core name="ban_max_online_access">100,200</core>
<core name="ban_retrigger">0</core>
<core name="cachestatus"></core>