X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=5f43b7400c007887e94fe364bb66aabb78635499;hb=1cbd70639c5f97f6030d0df6624ca200dba86945;hp=51a33d71380b33c298e4e1f60c3d51905ecb7fed;hpb=9067b484ce8289eec6979cf6c8e3cbfb3bd5b10c;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index 51a33d71..5f43b740 100644 --- 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();