mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
vendor dir is not accessible before install, sqlite db dir write check moved into db class
This commit is contained in:
parent
70549136ba
commit
211068ce50
3 changed files with 5 additions and 6 deletions
|
@ -10,8 +10,8 @@
|
|||
|
||||
define ('POCHE', '1.8.0');
|
||||
require 'check_essentials.php';
|
||||
require_once 'inc/poche/global.inc.php';
|
||||
require 'check_setup.php';
|
||||
require_once 'inc/poche/global.inc.php';
|
||||
|
||||
// Start session
|
||||
Session::$sessionName = 'wallabag';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue