aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authortcitworld <tcit@tcit.fr>2014-08-21 16:28:16 +0200
committertcitworld <tcit@tcit.fr>2014-08-21 16:28:16 +0200
commita9bbe11169a89195aeb72ecddd1e000276b5bf72 (patch)
treec22a01e5736fd8e9b41a545393c0ae97596667d3 /index.php
parent051f7fb28c312519419f41025c9a83b6befb91bc (diff)
parent211068ce504c48ee95e742a12ec04f16f3988c6c (diff)
downloadwallabag-a9bbe11169a89195aeb72ecddd1e000276b5bf72.tar.gz
wallabag-a9bbe11169a89195aeb72ecddd1e000276b5bf72.tar.zst
wallabag-a9bbe11169a89195aeb72ecddd1e000276b5bf72.zip
Merge pull request #814 from wallabag/fix-issue813
vendor dir is not accessible before install, sqlite db dir write check moved into db class
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';