Update cli.php
This commit is contained in:
parent
66c025d767
commit
2d820429c9
1
cli.php
1
cli.php
|
@ -12,6 +12,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("SECURITY_VENDOR", false); // advanced security: set security vendor(company) code
|
||||
|
||||
// check if current status is development
|
||||
if(APP_DEVELOPMENT == true) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user