Cleaned up routes file
This commit is contained in:
parent
71e2b1f165
commit
3f29027ec2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
//if (!defined('CONTACT_EMAIL')) {
|
||||
if (!defined('ENV_DEVELOPMENT')) {
|
||||
define('ENV_DEVELOPMENT', 'local');
|
||||
define('ENV_STAGING', 'staging');
|
||||
|
||||
|
|
@ -544,4 +544,4 @@
|
|||
return $string != $english ? $string : '';
|
||||
}
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue