mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Merge branch 'dev' into refactor
Conflicts: check_setup.php index.php
This commit is contained in:
commit
505a74ad1d
17 changed files with 846 additions and 347 deletions
|
@ -9,8 +9,9 @@
|
|||
*/
|
||||
|
||||
define ('POCHE', '1.8.0');
|
||||
require 'check_setup.php';
|
||||
require 'check_essentials.php';
|
||||
require_once 'inc/poche/global.inc.php';
|
||||
require 'check_setup.php';
|
||||
|
||||
// Start session
|
||||
Session::$sessionName = 'wallabag';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue