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