]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - web/index.php
restructure folders
[github/wallabag/wallabag.git] / web / index.php
index 053557271bb52936fe02da3c6ef80233195eb010..84e49eb1c8ff2bea87de9cc2ea3e083940d916ee 100644 (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();
\ No newline at end of file