Disable Cloudflare rocket loader for check.php

This commit is contained in:
ruan 2016-06-08 17:07:17 +02:00
parent 43caee64b7
commit 259a48e816

View File

@ -33,7 +33,7 @@ class Check {
$href .= "&from=" . Page::lc_first($from_type['title']);
}
echo "<br><script type=\"text/javascript\">document.location=\"$href\";</script>";
echo "<br><script data-cfasync=\"false\" type=\"text/javascript\">document.location.href=\"$href\";</script>";
/*
$table = $page->settings->table['bans'];