mirror of
https://github.com/friendica/friendica
synced 2025-04-24 10:30:11 +00:00
Improve help/Config page
- Remove obsolete file-only config list - Fix heading level - Add transition instruction for $lang - Add reference to config.ini.php, settings.ini.php and addon.ini.php - Add link to help page in admin warning about legacy config file
This commit is contained in:
parent
bad2774817
commit
dfa461b3bc
2 changed files with 21 additions and 108 deletions
|
@ -848,7 +848,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>.');
|
||||
$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->get_baseurl() . '/help/Config');
|
||||
}
|
||||
|
||||
$r = q("SELECT `page-flags`, COUNT(`uid`) AS `count` FROM `user` GROUP BY `page-flags`");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue