]> git.mxchange.org Git - friendica.git/blobdiff - mod/admin.php
Merge pull request #6199 from MrPetovan/task/move-config-to-php-array
[friendica.git] / mod / admin.php
index dca1c33620f2518273b0ceaa1a00d2b2f2ab2060..cedd6748ec7fac0a97211a3255b0f63db4d6bd58 100644 (file)
@@ -914,7 +914,7 @@ function admin_page_summary(App $a)
        // Legacy config file warning
        if (file_exists('.htconfig.php')) {
                $showwarning = true;
-               $warningtext[] = L10n::t('Friendica\'s configuration now is stored in config/local.ini.php, please copy config/local-sample.ini.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');
+               $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');
        }
 
        // Check server vitality