mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Cleaned up routes file
This commit is contained in:
parent
71e2b1f165
commit
3f29027ec2
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
//if (!defined('CONTACT_EMAIL')) {
|
if (!defined('ENV_DEVELOPMENT')) {
|
||||||
define('ENV_DEVELOPMENT', 'local');
|
define('ENV_DEVELOPMENT', 'local');
|
||||||
define('ENV_STAGING', 'staging');
|
define('ENV_STAGING', 'staging');
|
||||||
|
|
||||||
@ -544,4 +544,4 @@
|
|||||||
return $string != $english ? $string : '';
|
return $string != $english ? $string : '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user