From 79e051a1f216704752e05f5174633abf20dde582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 20 Jan 2015 14:11:26 +0100 Subject: restructure folders --- web/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/index.php') diff --git a/web/index.php b/web/index.php index 05355727..84e49eb1 100644 --- a/web/index.php +++ b/web/index.php @@ -10,6 +10,8 @@ define ('WALLABAG', '2.0.0-alpha'); +use Wallabag\Wallabag\Wallabag; + require_once '../app/check_essentials.php'; require_once '../app/check_setup.php'; require_once '../app/config/global.inc.php'; @@ -23,5 +25,5 @@ Session::$sessionName = 'wallabag'; Session::init(); // Let's rock ! -$wallabag = new Wallabag\Wallabag\Wallabag(); +$wallabag = new Wallabag(); $wallabag->run(); \ No newline at end of file -- cgit v1.2.3