Update index.php
This commit is contained in:
parent
5e808fe1bc
commit
174b32991d
10
index.php
10
index.php
|
@ -101,16 +101,6 @@ write_visit_log();
|
||||||
// get requested route
|
// get requested route
|
||||||
$route = read_route();
|
$route = read_route();
|
||||||
|
|
||||||
// set PHP firewall (only for sponsors)
|
|
||||||
if(PHP_FIREWALL_ACTIVATION !== false) {
|
|
||||||
loadHelper("php-firewall.lnk");
|
|
||||||
}
|
|
||||||
|
|
||||||
// set DDOS protection (only for sponsors)
|
|
||||||
if(PHP_DDOS_PROTECTION !== false) {
|
|
||||||
loadHelper("php-ddos-shield.lnk");
|
|
||||||
}
|
|
||||||
|
|
||||||
// load route file
|
// load route file
|
||||||
if(!loadRoute($route, $scope)) {
|
if(!loadRoute($route, $scope)) {
|
||||||
loadRoute("errors/404", $scope);
|
loadRoute("errors/404", $scope);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user