fix: wrong default setting in bootstrap.php fixed

pull/1147/head
Iglocska 2016-05-19 15:21:08 +02:00
parent 8f0126a390
commit 75a5643a98
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Cache::config('default', array('engine' => 'File'));
Configure::load('config');
$appendPort = true;
$relativePaths = true;
$relativePaths = false;
if (!$relativePaths) {
if (isset($_SERVER['SERVER_NAME'])) $serverName = $_SERVER['SERVER_NAME'];