Fixed core config
This commit is contained in:
parent
381da05da4
commit
b03f8375cc
|
|
@ -45,7 +45,6 @@ Configure::write('debug', 0);
|
||||||
|
|
||||||
$host = $_SERVER['HTTP_HOST'];
|
$host = $_SERVER['HTTP_HOST'];
|
||||||
|
|
||||||
die($host));
|
|
||||||
|
|
||||||
//Production Config
|
//Production Config
|
||||||
if($host == 'cmc.lan') {
|
if($host == 'cmc.lan') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue