aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-08-21 16:42:22 +0200
committerThomas Citharel <tcit@tcit.fr>2014-08-21 16:42:22 +0200
commit4362417495b116b6bd4c3011187968f68f09430f (patch)
tree2900cccca6602a22f17e01188c3a9193f1334e47 /index.php
parent45e60cb52a132917463bb45d1f1b41fc671ca659 (diff)
parenta9bbe11169a89195aeb72ecddd1e000276b5bf72 (diff)
downloadwallabag-4362417495b116b6bd4c3011187968f68f09430f.tar.gz
wallabag-4362417495b116b6bd4c3011187968f68f09430f.tar.zst
wallabag-4362417495b116b6bd4c3011187968f68f09430f.zip
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index f191d7e7..39990d55 100755
--- a/index.php
+++ b/index.php
@@ -10,8 +10,8 @@
10 10
11define ('POCHE', '1.8.0'); 11define ('POCHE', '1.8.0');
12require 'check_essentials.php'; 12require 'check_essentials.php';
13require_once 'inc/poche/global.inc.php';
14require 'check_setup.php'; 13require 'check_setup.php';
14require_once 'inc/poche/global.inc.php';
15 15
16// Start session 16// Start session
17Session::$sessionName = 'wallabag'; 17Session::$sessionName = 'wallabag';