From f6f2bdee1f2e07c1a9e59fe2160b117833b38a51 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 20 Feb 2019 01:13:01 +0900 Subject: [PATCH] Update index.php --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index db88728..94ad041 100644 --- a/index.php +++ b/index.php @@ -9,6 +9,7 @@ define("_DEF_VSPF_", true); // compatible to VSPF define("_DEF_RSF_", true); // compatible to RSF +define("DOC_EOL", "\r\n"); // add common 'the end of line' expression // define system modules $load_systems = array("base", "storage", "config", "database", "uri", "security", "logger");