Merge branch 'master' of github.com:invoiceninja/invoiceninja
This commit is contained in:
commit
f7747f06f5
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ require __DIR__.'/../bootstrap/autoload.php';
|
|||
|
||||
$app = require_once __DIR__.'/../bootstrap/app.php';
|
||||
|
||||
require_once __DIR__.'/../app/Constants.php';
|
||||
// require_once __DIR__.'/../app/Constants.php';
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Run The Application
|
||||
|
|
|
|||
|
|
@ -412,4 +412,4 @@ if (Utils::isNinjaDev())
|
|||
*/
|
||||
|
||||
// Include static app constants
|
||||
// require_once app_path() . '/Constants.php';
|
||||
require_once app_path() . '/Constants.php';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue