Merge pull request #12772 from nupplaphil/feat/config_hybrid

Revert node.config.php into Config table
This commit is contained in:
Hypolite Petovan 2023-02-13 08:16:29 -05:00 committed by GitHub
commit b168ff3e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 678 additions and 984 deletions

View file

@ -114,10 +114,6 @@ class Summary extends BaseAdmin
$warningtext[] = DI::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.', DI::baseUrl()->get() . '/help/Config');
}
if (!DI::configFileManager()->dataIsWritable()) {
$warningtext[] = DI::l10n()->t('Friendica\'s configuration store "%s" isn\'t writable. Until then database updates won\'t be applied automatically, admin settings and console configuration changes won\'t be saved.', ConfigFileManager::CONFIG_DATA_FILE);
}
// Check server vitality
if (!self::checkSelfHostMeta()) {
$well_known = DI::baseUrl()->get() . Probe::HOST_META;