More whitespace changes, yes, I'm a perfectionist.

This commit is contained in:
2009-08-16 02:18:23 +03:00
parent 3c1572ffb6
commit cff81bfad1
3 changed files with 4 additions and 3 deletions

View File

@@ -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(
// ),
);
?>

View File

@@ -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");

View File

@@ -7,10 +7,8 @@
*/
# specify a custom path to Zynapse libs
// $zynapse_libs = "";
?>