Added debug
This commit is contained in:
parent
bd9896aac8
commit
0c5df3f940
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue