1
0
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:
Hillel Coren 2016-12-06 14:04:34 +02:00
parent 71e2b1f165
commit 3f29027ec2

View File

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