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:
2015-04-21 13:08:00 +00:00
parent ec1a821dcd
commit 586a7fa075

View File

@@ -11,7 +11,7 @@ class ratelimitfile extends ratelimit
/** The storage directory */
public $storageDir = "data/ratelimit/";
/** Debug the ratelimiting process to screen */
public $debug = true;
public $debug = false;
/** The function set a rate-limit
@return bool true if the rate-limit is not overloaded