mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
more verif while installing
This commit is contained in:
parent
ca1b0a1a6f
commit
4a2912880f
4 changed files with 72 additions and 30 deletions
|
@ -34,6 +34,10 @@ define ('PAGINATION', '10');
|
|||
define ('THEME', 'light');
|
||||
|
||||
# /!\ Be careful if you change the lines below /!\
|
||||
if (!file_exists('./vendor/autoload.php')) {
|
||||
die('Twig does not seem installed. Have a look at <a href="http://inthepoche.com/?pages/Documentation">the documentation.</a>');
|
||||
}
|
||||
|
||||
require_once './inc/poche/User.class.php';
|
||||
require_once './inc/poche/Tools.class.php';
|
||||
require_once './inc/poche/Url.class.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue