From d692b3b08d26d3f945d52f6cf5e9f90335d74cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 27 Jan 2015 13:07:27 +0100 Subject: remove legacy code --- web/index.php | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 web/index.php (limited to 'web/index.php') diff --git a/web/index.php b/web/index.php deleted file mode 100644 index ac361181..00000000 --- a/web/index.php +++ /dev/null @@ -1,28 +0,0 @@ - - * @copyright 2013 - * @license http://opensource.org/licenses/MIT see COPYING file - */ - -define ('WALLABAG', '2.0.0-alpha'); - -use Wallabag\Wallabag\Wallabag; - -require_once '../app/check_essentials.php'; -require_once '../app/config/global.inc.php'; - -// Check if /cache is writable -if (! is_writable(CACHE)) { - die('The directory ' . CACHE . ' must be writable by your web server user'); -} - -Session::$sessionName = 'wallabag'; -Session::init(); - -// Let's rock ! -$wallabag = new Wallabag(); -$wallabag->run(); \ No newline at end of file -- cgit v1.2.3