restructure folders

This commit is contained in:
Nicolas Lœuillet
2015-01-20 14:11:26 +01:00
parent 97a2dd74c8
commit 79e051a1f2
190 changed files with 43 additions and 16 deletions

View File

@ -10,6 +10,8 @@
define ('WALLABAG', '2.0.0-alpha');
use Wallabag\Wallabag\Wallabag;
require_once '../app/check_essentials.php';
require_once '../app/check_setup.php';
require_once '../app/config/global.inc.php';
@ -23,5 +25,5 @@ Session::$sessionName = 'wallabag';
Session::init();
// Let's rock !
$wallabag = new Wallabag\Wallabag\Wallabag();
$wallabag = new Wallabag();
$wallabag->run();