We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe950e3 commit 8d869c0Copy full SHA for 8d869c0
public/index.php
@@ -188,14 +188,16 @@ function cleanArray($didYouMeans){
188
189
190
191
-
+ /*
192
193
$FloodProtection = new \frdl\security\floodprotection\FloodProtection($_SERVER['REQUEST_URI'], 60, 60);
194
if($_SERVER['REMOTE_ADDR'] !== $_SERVER['SERVER_ADDR'] && $FloodProtection->check($_SERVER['REMOTE_ADDR'])){
195
header("HTTP/1.1 429 Too Many Requests");
196
197
$content='Too Many Requests, please try again later!';
198
}
199
+ */
200
+
201
202
203
$classMaps = require $cacheFile;
0 commit comments