diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-18 21:22:34 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-18 21:22:34 +0100 |
commit | 792097fb6a6507201ec41f90201ad05ad8c38870 (patch) | |
tree | 1e6a0c0cb506c282c92766ee49745be2296068ef /index.php | |
parent | 6285e57c49bd06ed52ab997f0dc767576b7da126 (diff) | |
download | wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.tar.gz wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.tar.zst wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.zip |
[add] script to make the install more user friendly #466
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | define ('POCHE', '1.5.0'); | 11 | define ('POCHE', '1.5.0'); |
12 | require 'check_setup.php'; | ||
12 | require_once 'inc/poche/global.inc.php'; | 13 | require_once 'inc/poche/global.inc.php'; |
13 | session_start(); | 14 | session_start(); |
14 | 15 | ||