diff --git a/config/hosts.php b/config/hosts.php index bf486d2..4370048 100644 --- a/config/hosts.php +++ b/config/hosts.php @@ -6,6 +6,7 @@ */ + # host configuration # - set environment, display mode, and root path for # specific hosts. available options are "environment", @@ -29,4 +30,5 @@ $hosts = array( // ), ); + ?> \ No newline at end of file diff --git a/config/init/boot.php b/config/init/boot.php index 6d66785..e9098bd 100644 --- a/config/init/boot.php +++ b/config/init/boot.php @@ -6,11 +6,13 @@ */ + // set zynapse root path if ( !defined("ZNAP_ROOT") ) { define("ZNAP_ROOT", dirname(dirname(dirname(__FILE__)))); } + // set zynapse config path define("ZNAP_CONFIG", ZNAP_ROOT . "/config"); @@ -29,7 +31,6 @@ if ( !empty($zynapse_libs) && is_file($zynapse_libs . "/zynapse.php") ) { } - // require main zynapse class require_once(ZNAP_LIB_ROOT . "/zynapse.php"); diff --git a/config/init/boot_config.php b/config/init/boot_config.php index f1742e4..26babcd 100644 --- a/config/init/boot_config.php +++ b/config/init/boot_config.php @@ -7,10 +7,8 @@ */ - # specify a custom path to Zynapse libs // $zynapse_libs = ""; - ?> \ No newline at end of file