forked from wallabag/wallabag
restructure folders
This commit is contained in:
@ -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();
|
||||
1
web/themes/_global
Symbolic link
1
web/themes/_global
Symbolic link
@ -0,0 +1 @@
|
||||
../../themes/_global/public
|
||||
1
web/themes/baggy
Symbolic link
1
web/themes/baggy
Symbolic link
@ -0,0 +1 @@
|
||||
../../themes/baggy/public
|
||||
1
web/themes/dark
Symbolic link
1
web/themes/dark
Symbolic link
@ -0,0 +1 @@
|
||||
../../themes/dark/public
|
||||
1
web/themes/default
Symbolic link
1
web/themes/default
Symbolic link
@ -0,0 +1 @@
|
||||
../../themes/default/public
|
||||
1
web/themes/dmagenta
Symbolic link
1
web/themes/dmagenta
Symbolic link
@ -0,0 +1 @@
|
||||
../../themes/dmagenta/public
|
||||
1
web/themes/solarized
Symbolic link
1
web/themes/solarized
Symbolic link
@ -0,0 +1 @@
|
||||
../../themes/solarized/public
|
||||
1
web/themes/solarized-dark
Symbolic link
1
web/themes/solarized-dark
Symbolic link
@ -0,0 +1 @@
|
||||
../../themes/solarized-dark/public
|
||||
Reference in New Issue
Block a user