Update index.php

This commit is contained in:
Namhyeon Go 2019-06-04 17:20:30 +09:00 committed by GitHub
parent 632964211c
commit ca9895ea75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ define("PHP_FIREWALL_REQUEST_URI", false); // only for sponsors
define("PHP_FIREWALL_ACTIVATION", false); // only for sponsors (xss, csrf, sql injection, ...)
define("PHP_DDOS_PROTECTION", false); // only for sponsors (ddos protection, warn to email, ...)
define("PHP_WEBSHELL_DETECTION", false); // only for sponsors (detect webshell malware)
define("PHP_SECURE_CONFIG_CHECK", false); // only for sponsors (secure configuration checker)
// check if current status is development
if(APP_DEVELOPMENT == true) {