diff --git a/app/config/core.php b/app/config/core.php index f7ae3adc..75fe256e 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -45,6 +45,8 @@ Configure::write('debug', 0); $host = $_SERVER['HTTP_HOST']; +die(print_r($host)); + //Production Config if($host == 'cmc.lan') { $basedir = '/var/www/cakephp/app';