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,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(
|
||||
// ),
|
||||
);
|
||||
|
||||
|
||||
?>
|
||||
@@ -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");
|
||||
|
||||
|
||||
@@ -7,10 +7,8 @@
|
||||
*/
|
||||
|
||||
|
||||
|
||||
# specify a custom path to Zynapse libs
|
||||
// $zynapse_libs = "";
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user