mirror of
https://github.com/friendica/friendica
synced 2025-05-12 10:24:10 +02:00
Separate default config values between file-only and admin settings
This commit is contained in:
parent
67dc08d120
commit
bad2774817
3 changed files with 193 additions and 163 deletions
|
@ -323,7 +323,8 @@ class App
|
|||
*/
|
||||
private function loadConfigFiles()
|
||||
{
|
||||
$this->loadConfigFile($this->basepath . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'defaults.ini.php');
|
||||
$this->loadConfigFile($this->basepath . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'config.ini.php');
|
||||
$this->loadConfigFile($this->basepath . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'settings.ini.php');
|
||||
|
||||
// Legacy .htconfig.php support
|
||||
if (file_exists($this->basepath . DIRECTORY_SEPARATOR . '.htpreconfig.php')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue