mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
More whitespace changes, yes, I'm a perfectionist.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user