remove IP blocking and rate-limiting code

Closes #472.
This commit is contained in:
Sarah Hoffmann
2016-07-18 14:41:09 +02:00
parent 975c30afba
commit 4f75f4cb6e
8 changed files with 1 additions and 278 deletions

View File

@@ -7,14 +7,7 @@
require_once(CONST_BasePath.'/lib/output.php');
$sOutputFormat = 'html';
/*
$fLoadAvg = getLoadAverage();
if ($fLoadAvg > 3)
{
echo "Page temporarily blocked due to high server load\n";
exit;
}
*/
ini_set('memory_limit', '200M');
$oDB =& getDB();