1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Cleaned up routes file

This commit is contained in:
Hillel Coren 2016-12-06 14:04:34 +02:00
parent 71e2b1f165
commit 3f29027ec2

View File

@ -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 : '';
}
}
//}
}