ratelimitfile : don't be in debug mode by default
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2073 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -11,7 +11,7 @@ class ratelimitfile extends ratelimit
|
|||||||
/** The storage directory */
|
/** The storage directory */
|
||||||
public $storageDir = "data/ratelimit/";
|
public $storageDir = "data/ratelimit/";
|
||||||
/** Debug the ratelimiting process to screen */
|
/** Debug the ratelimiting process to screen */
|
||||||
public $debug = true;
|
public $debug = false;
|
||||||
|
|
||||||
/** The function set a rate-limit
|
/** The function set a rate-limit
|
||||||
@return bool true if the rate-limit is not overloaded
|
@return bool true if the rate-limit is not overloaded
|
||||||
|
|||||||
Reference in New Issue
Block a user