mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Move include for constants
This commit is contained in:
parent
2897fdaa9e
commit
cfeee5f98c
@ -31,8 +31,10 @@ require __DIR__.'/../bootstrap/autoload.php';
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
$app = require_once __DIR__.'/../bootstrap/app.php';
|
$app = require_once __DIR__.'/../bootstrap/app.php';
|
||||||
|
|
||||||
|
require_once __DIR__.'/../app/Constants.php';
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Run The Application
|
| Run The Application
|
||||||
|
@ -412,4 +412,4 @@ if (Utils::isNinjaDev())
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Include static app constants
|
// Include static app constants
|
||||||
require_once app_path() . '/Constants.php';
|
// require_once app_path() . '/Constants.php';
|
||||||
|
Loading…
Reference in New Issue
Block a user