diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,7 +8,8 @@ | |||
8 | * @license http://opensource.org/licenses/MIT see COPYING file | 8 | * @license http://opensource.org/licenses/MIT see COPYING file |
9 | */ | 9 | */ |
10 | 10 | ||
11 | define ('POCHE', '1.8.0'); | 11 | define ('POCHE', '1.8.1'); |
12 | require 'check_essentials.php'; | ||
12 | require 'check_setup.php'; | 13 | require 'check_setup.php'; |
13 | require_once 'inc/poche/global.inc.php'; | 14 | require_once 'inc/poche/global.inc.php'; |
14 | 15 | ||
@@ -18,4 +19,4 @@ Session::init(); | |||
18 | 19 | ||
19 | // Let's rock ! | 20 | // Let's rock ! |
20 | $wallabag = new Poche(); | 21 | $wallabag = new Poche(); |
21 | $wallabag->run(); \ No newline at end of file | 22 | $wallabag->run(); |