]> git.mxchange.org Git - friendica.git/commitdiff
look in the config directory for the file
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 30 Jan 2019 09:40:28 +0000 (10:40 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 30 Jan 2019 09:40:28 +0000 (10:40 +0100)
mod/admin.php

index 5b252f6bf83a8c21a53d65444718c80f159e771b..7723a51556d663c644b19b188da38736d71a8c52 100644 (file)
@@ -936,7 +936,7 @@ function admin_page_summary(App $a)
                $showwarning = true;
                $warningtext[] = L10n::t('Friendica\'s configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>.htconfig.php</code>. See <a href="%s">the Config help page</a> for help with the transition.', $a->getBaseURL() . '/help/Config');
        }
-       if (file_exists('local.ini.php')) {
+       if (file_exists('config/local.ini.php')) {
                $showwarning = true;
                $warningtext[] = L10n::t('Friendica\'s configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href="%s">the Config help page</a> for help with the transition.', $a->getBaseURL() . '/help/Config');
        }