mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
fix missing Constant.php
This commit is contained in:
parent
a53ec4913c
commit
9283c5a12a
2 changed files with 13 additions and 0 deletions
2
sources/patches/.gitignore
vendored
Normal file
2
sources/patches/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*~
|
||||
*.sw[op]
|
11
sources/patches/app-index-Constants.patch
Normal file
11
sources/patches/app-index-Constants.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
Loading…
Reference in a new issue