Update index.php

This commit is contained in:
Namhyeon Go 2019-06-04 15:44:38 +09:00 committed by GitHub
parent 6ab6e8b331
commit 691a716483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ define("APP_DEVELOPMENT", false); // set the status of development
define("DOC_EOL", "\r\n"); // set the 'end of line' commonly
define("CORS_DOMAINS", false); // allow origin domains
define("PHP_FIREWALL_REQUEST_URI", false); // only for sponsors
define("PHP_FIREWALL_ACTIVATION", false); // only for sponsors
define("PHP_DDOS_PROTECTION", 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, ...)
// check if current status is development
if(APP_DEVELOPMENT == true) {