Fix coding style.

This commit is contained in:
Markus Gail
2016-03-23 09:34:36 +01:00
parent a4ecd9d73e
commit 7dd0a63b68
6 changed files with 20 additions and 20 deletions

View File

@@ -10,7 +10,7 @@
$fLoadAvg = getLoadAverage();
if ($fLoadAvg > 3)
{
echo "Page temporarily blocked due to high server load\n";F
echo "Page temporarily blocked due to high server load\n";
exit;
}
*/