From: Hypolite Petovan Date: Mon, 16 Jul 2018 23:07:46 +0000 (-0400) Subject: Separate default config values between file-only and admin settings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bad2774817be42c5589ebd91fb1802fdc75385f8;p=friendica.git Separate default config values between file-only and admin settings --- diff --git a/config/config.ini.php b/config/config.ini.php new file mode 100644 index 0000000000..9808c970d2 --- /dev/null +++ b/config/config.ini.php @@ -0,0 +1,408 @@ +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')) {