1
0
Fork 0
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:
Nicolas Lœuillet 2013-08-15 10:54:14 +02:00
parent ca1b0a1a6f
commit 4a2912880f
4 changed files with 72 additions and 30 deletions

View file

@ -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';