Update cli.php
This commit is contained in:
parent
d098c8d9e4
commit
e5869f0bf1
4
cli.php
4
cli.php
|
@ -10,8 +10,8 @@
|
|||
|
||||
define("_DEF_VSPF_", true); // compatible to VSPF
|
||||
define("_DEF_RSF_", true); // compatible to RSF
|
||||
define("APP_DEVELOPMENT", false); // add development flag
|
||||
define("DOC_EOL", "\r\n"); // add 'the end of line' of document
|
||||
define("APP_DEVELOPMENT", false); // set the status of development
|
||||
define("DOC_EOL", "\r\n"); // set the 'end of line' commonly
|
||||
|
||||
// check if current status is development
|
||||
if(APP_DEVELOPMENT == true) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user