From 2d820429c9eab8fed62565f00de8ae01c51640da Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 17 Jun 2019 16:42:38 +0900 Subject: [PATCH] Update cli.php --- cli.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.php b/cli.php index e10c7ef..797504d 100644 --- a/cli.php +++ b/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) {