]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
new folders
[github/wallabag/wallabag.git] / index.php
diff --git a/index.php b/index.php
deleted file mode 100755 (executable)
index adfef71..0000000
--- a/index.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/**
- * wallabag, self hostable application allowing you to not miss any content anymore
- *
- * @category   wallabag
- * @author     Nicolas LÅ“uillet <nicolas@loeuillet.org>
- * @copyright  2013
- * @license    http://opensource.org/licenses/MIT see COPYING file
- */
-
-define ('POCHE', '1.8.1');
-require 'check_essentials.php';
-require 'check_setup.php';
-require_once 'inc/poche/global.inc.php';
-
-// Start session
-Session::$sessionName = 'wallabag';
-Session::init();
-
-// Let's rock !
-$wallabag = new Poche();
-$wallabag->run();