diff --git a/ratelimitfile.php b/ratelimitfile.php index 6aef8eb..c7f73a8 100644 --- a/ratelimitfile.php +++ b/ratelimitfile.php @@ -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