aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/index.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 14:11:26 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 14:11:26 +0100
commit79e051a1f216704752e05f5174633abf20dde582 (patch)
treee55b7f46aad7c8df42534e638b25cdbc258a3c40 /web/index.php
parent97a2dd74c872891b694bff0485a0fcc9a82a09e4 (diff)
downloadwallabag-79e051a1f216704752e05f5174633abf20dde582.tar.gz
wallabag-79e051a1f216704752e05f5174633abf20dde582.tar.zst
wallabag-79e051a1f216704752e05f5174633abf20dde582.zip
restructure folders
Diffstat (limited to 'web/index.php')
-rw-r--r--web/index.php4
1 files changed, 3 insertions, 1 deletions
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 @@
10 10
11define ('WALLABAG', '2.0.0-alpha'); 11define ('WALLABAG', '2.0.0-alpha');
12 12
13use Wallabag\Wallabag\Wallabag;
14
13require_once '../app/check_essentials.php'; 15require_once '../app/check_essentials.php';
14require_once '../app/check_setup.php'; 16require_once '../app/check_setup.php';
15require_once '../app/config/global.inc.php'; 17require_once '../app/config/global.inc.php';
@@ -23,5 +25,5 @@ Session::$sessionName = 'wallabag';
23Session::init(); 25Session::init();
24 26
25// Let's rock ! 27// Let's rock !
26$wallabag = new Wallabag\Wallabag\Wallabag(); 28$wallabag = new Wallabag();
27$wallabag->run(); \ No newline at end of file 29$wallabag->run(); \ No newline at end of file