Update index.php

This commit is contained in:
Namhyeon Go 2019-06-04 17:26:17 +09:00 committed by GitHub
parent 9cde4d1bd5
commit 7c64dcb9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ define("_DEF_VSPF_", true); // compatible to VSPF
define("_DEF_RSF_", true); // compatible to RSF
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("CORS_DOMAINS", false); // common security: allow origin domains
define("PHP_FIREWALL_REQUEST_URI", false); // advanced security
define("PHP_FIREWALL_ACTIVATION", false); // advanced security
define("PHP_DDOS_PROTECTION", false); // advanced security