]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
Merge pull request #170 from NumEricR/login-button
[github/wallabag/wallabag.git] / index.php
index 51a33d71380b33c298e4e1f60c3d51905ecb7fed..5f43b7400c007887e94fe364bb66aabb78635499 100644 (file)
--- a/index.php
+++ b/index.php
@@ -8,6 +8,9 @@
  * @license    http://www.wtfpl.net/ see COPYING file
  */
 
+if (file_exists(__DIR__ . '/inc/poche/myconfig.inc.php')) {
+    require_once __DIR__ . '/inc/poche/myconfig.inc.php';
+}
 require_once './inc/poche/Tools.class.php';
 Tools::createMyConfig();