mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
12 lines
323 B
Diff
12 lines
323 B
Diff
|
--- a/public/index.php
|
||
|
+++ b/public/index.php
|
||
|
@@ -34,7 +34,7 @@
|
||
|
|
||
|
$app = require_once __DIR__.'/../bootstrap/app.php';
|
||
|
|
||
|
-// require_once __DIR__.'/../app/Constants.php';
|
||
|
+require_once __DIR__.'/../app/Constants.php';
|
||
|
/*
|
||
|
|--------------------------------------------------------------------------
|
||
|
| Run The Application
|