mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Changed single quotes to double quotes in old pasted code, as they are supposedly faster to parse.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
// set zynapse root path
|
||||
if ( !defined('ZNAP_ROOT') ) {
|
||||
define('ZNAP_ROOT', dirname(dirname(dirname(__FILE__))));
|
||||
if ( !defined("ZNAP_ROOT") ) {
|
||||
define("ZNAP_ROOT", dirname(dirname(dirname(__FILE__))));
|
||||
}
|
||||
|
||||
// set zynapse config path
|
||||
|
||||
Reference in New Issue
Block a user