aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-18 21:22:34 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-18 21:22:34 +0100
commit792097fb6a6507201ec41f90201ad05ad8c38870 (patch)
tree1e6a0c0cb506c282c92766ee49745be2296068ef /index.php
parent6285e57c49bd06ed52ab997f0dc767576b7da126 (diff)
downloadwallabag-792097fb6a6507201ec41f90201ad05ad8c38870.tar.gz
wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.tar.zst
wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.zip
[add] script to make the install more user friendly #466
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 1a595ece..7ded3bdb 100644
--- a/index.php
+++ b/index.php
@@ -9,6 +9,7 @@
9 */ 9 */
10 10
11define ('POCHE', '1.5.0'); 11define ('POCHE', '1.5.0');
12require 'check_setup.php';
12require_once 'inc/poche/global.inc.php'; 13require_once 'inc/poche/global.inc.php';
13session_start(); 14session_start();
14 15