X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;fp=index.php;h=0000000000000000000000000000000000000000;hb=6ad93dff69d7c2beb2196e73f641e6484fccbeb7;hp=adfef71bef24e815cef7eef8152ccd27e5ea2c4a;hpb=c78c1a3f08815aab99752026ccdf1dcf63cf43c1;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php deleted file mode 100755 index adfef71b..00000000 --- a/index.php +++ /dev/null @@ -1,22 +0,0 @@ - - * @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();