From cff81bfad1c02f075afffde7e9ccf9a1ff3834c6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 16 Aug 2009 02:18:23 +0300 Subject: [PATCH] More whitespace changes, yes, I'm a perfectionist. --- config/hosts.php | 2 ++ config/init/boot.php | 3 ++- config/init/boot_config.php | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) 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