aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas Frandeboeuf <nicofrand@gmail.com>2013-08-22 00:57:11 +0200
committerNicolas Frandeboeuf <nicofrand@gmail.com>2013-08-22 00:57:11 +0200
commit57c91e427d20d520bc506bef52189a86d72a9255 (patch)
tree43fbcf6eac2fc1a913c796a5631a7ba874af9693 /index.php
parent2bf93dc0345e304656ed9a931f9941fd7117ddfe (diff)
parent746f93c290881d97997b8179395de2875eb57c71 (diff)
downloadwallabag-57c91e427d20d520bc506bef52189a86d72a9255.tar.gz
wallabag-57c91e427d20d520bc506bef52189a86d72a9255.tar.zst
wallabag-57c91e427d20d520bc506bef52189a86d72a9255.zip
Merge branch 'dev' of https://github.com/nicofrand/poche into dev
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 51a33d71..5f43b740 100644
--- a/index.php
+++ b/index.php
@@ -8,6 +8,9 @@
8 * @license http://www.wtfpl.net/ see COPYING file 8 * @license http://www.wtfpl.net/ see COPYING file
9 */ 9 */
10 10
11if (file_exists(__DIR__ . '/inc/poche/myconfig.inc.php')) {
12 require_once __DIR__ . '/inc/poche/myconfig.inc.php';
13}
11require_once './inc/poche/Tools.class.php'; 14require_once './inc/poche/Tools.class.php';
12Tools::createMyConfig(); 15Tools::createMyConfig();
13 16