aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-12 16:41:55 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-12 16:41:55 +0200
commitb6a3c8866a4cb88b009e7ba45c5e223e0fdae188 (patch)
tree3af5e735ea31befa85577473c5c4c36990cd02fc /index.php
parentd610968932539ea9c59d4a3b3c261a9adeb92234 (diff)
downloadwallabag-b6a3c8866a4cb88b009e7ba45c5e223e0fdae188.tar.gz
wallabag-b6a3c8866a4cb88b009e7ba45c5e223e0fdae188.tar.zst
wallabag-b6a3c8866a4cb88b009e7ba45c5e223e0fdae188.zip
forgot run() call
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index e199956c..a26f458a 100755
--- a/index.php
+++ b/index.php
@@ -18,3 +18,4 @@ Session::init();
18 18
19// Let's rock ! 19// Let's rock !
20$wallabag = new Poche(); 20$wallabag = new Poche();
21$wallabag->run(); \ No newline at end of file