diff --git a/config/init/boot.php b/config/init/boot.php index 954efe0..6d66785 100644 --- a/config/init/boot.php +++ b/config/init/boot.php @@ -7,8 +7,8 @@ */ // set zynapse root path -if ( !defined('ZNAP_ROOT') ) { - define('ZNAP_ROOT', dirname(dirname(dirname(__FILE__)))); +if ( !defined("ZNAP_ROOT") ) { + define("ZNAP_ROOT", dirname(dirname(dirname(__FILE__)))); } // set zynapse config path diff --git a/config/init/boot_config.php b/config/init/boot_config.php index fc1e7ff..f1742e4 100644 --- a/config/init/boot_config.php +++ b/config/init/boot_config.php @@ -9,7 +9,7 @@ # specify a custom path to Zynapse libs -// $zynapse_libs = ''; +// $zynapse_libs = ""; diff --git a/public/dispatch.php b/public/dispatch.php index 16f3abb..3b5a94a 100644 --- a/public/dispatch.php +++ b/public/dispatch.php @@ -8,11 +8,11 @@ # path to config directory -$config_path = dirname(dirname(__FILE__)).'/config'; +$config_path = dirname(dirname(__FILE__))."/config"; // initial boot and environment setup -require_once($config_path.'/init/boot.php'); +require_once($config_path."/init/boot.php"); // initialize zynapse diff --git a/vendor/zynapse/zynapse.php b/vendor/zynapse/zynapse.php index dbdc30b..a0ae344 100644 --- a/vendor/zynapse/zynapse.php +++ b/vendor/zynapse/zynapse.php @@ -39,6 +39,4 @@ class Zynapse { } - - ?> \ No newline at end of file