Loading config/autoload/local.php.dist +3 −2 Changes for config/autoload/local.php.dist: 3 added lines, 2 removed lines. Original line number Diff line number Diff line <?php $socket = false; if( file_exists($pathSocketConfig = __DIR__.'/../../socket/config.json') ){ $socket = json_decode(file_get_contents($pathSocketConfig), true); $socketConf = json_decode(file_get_contents($pathSocketConfig), true); $socket = $socketConf['socket']; } return array( Loading @@ -13,7 +14,7 @@ return array( // Oscar 'oscar' => [ // Oscar Live 'socket' => $socket['socket'], 'socket' => $socket, //////////////////////////////////////////////////////////////////////// // Loading Loading
config/autoload/local.php.dist +3 −2 Changes for config/autoload/local.php.dist: 3 added lines, 2 removed lines. Original line number Diff line number Diff line <?php $socket = false; if( file_exists($pathSocketConfig = __DIR__.'/../../socket/config.json') ){ $socket = json_decode(file_get_contents($pathSocketConfig), true); $socketConf = json_decode(file_get_contents($pathSocketConfig), true); $socket = $socketConf['socket']; } return array( Loading @@ -13,7 +14,7 @@ return array( // Oscar 'oscar' => [ // Oscar Live 'socket' => $socket['socket'], 'socket' => $socket, //////////////////////////////////////////////////////////////////////// // Loading