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:
@@ -8,11 +8,11 @@
|
||||
|
||||
|
||||
# path to config directory
|
||||
$config_path = dirname(dirname(__FILE__)).'/config';
|
||||
$config_path = dirname(dirname(__FILE__))."/config";
|
||||
|
||||
|
||||
// initial boot and environment setup
|
||||
require_once($config_path.'/init/boot.php');
|
||||
require_once($config_path."/init/boot.php");
|
||||
|
||||
|
||||
// initialize zynapse
|
||||
|
||||
Reference in New Issue
Block a user