Added debug

This commit is contained in:
Karl Cordes 2013-04-03 19:42:43 +11:00
parent bd9896aac8
commit 0c5df3f940

View file

@ -45,6 +45,8 @@ Configure::write('debug', 0);
$host = $_SERVER['HTTP_HOST']; $host = $_SERVER['HTTP_HOST'];
die(print_r($host));
//Production Config //Production Config
if($host == 'cmc.lan') { if($host == 'cmc.lan') {
$basedir = '/var/www/cakephp/app'; $basedir = '/var/www/cakephp/app';