Skip to content

Commit 786d4d1

Browse files
committed
update default config ini directory
1 parent 08c2ae2 commit 786d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Config/config_sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*/
3838

3939
//The location of the module ini files
40-
define('PATH_CONFIG', PATH_APP.str_replace('\\', '/', NAMESPACE_APP)."Config/");
40+
define('PATH_CONFIG', PATH_APP.str_replace('\\', '/', NAMESPACE_APP)."Config/demo/");
4141
define('PATH_LIB', PATH_APP.str_replace('\\', '/', NAMESPACE_APP)."Lib/");
4242
define('PATH_CORE_LIB', PATH_CORE.str_replace('\\', '/', NAMESPACE_CORE)."Lib/");
4343
define('PATH_CONTROLLERS', PATH_APP.str_replace('\\', '/', NAMESPACE_APP)."Controllers/");

0 commit comments

Comments
 (0)