Update index.php

This commit is contained in:
Namhyeon Go 2019-06-04 17:14:34 +09:00 committed by GitHub
parent 5e808fe1bc
commit 174b32991d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,16 +101,6 @@ write_visit_log();
// get requested 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
if(!loadRoute($route, $scope)) {
loadRoute("errors/404", $scope);