Update index.php
This commit is contained in:
parent
fb68c2e7e1
commit
7632204dc1
|
@ -14,9 +14,9 @@ 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); // common security: allow origin domains (e.g. example.org,*.example.org)
|
||||
define("PHP_FIREWALL_REQUEST_URI", strip_tags($_SERVER['REQUEST_URI'])); // advanced security
|
||||
define("PHP_FIREWALL_ACTIVATION", false); // advanced security
|
||||
define("PHP_DDOS_PROTECTION", false); // advanced security
|
||||
define("PHP_FIREWALL_REQUEST_URI", strip_tags($_SERVER['REQUEST_URI'])); // with advanced security
|
||||
define("PHP_FIREWALL_ACTIVATION", false); // with advanced security
|
||||
define("PHP_DDOS_PROTECTION", false); // with advanced security
|
||||
|
||||
// development mode
|
||||
if(APP_DEVELOPMENT == true) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user