1
0
Fork 0
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:
Nicolas Lœuillet 2014-07-23 13:42:30 +02:00
commit 505a74ad1d
17 changed files with 846 additions and 347 deletions

View file

@ -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';