diff options
| author | 2015-07-17 17:27:45 +0200 | |
|---|---|---|
| committer | 2015-07-17 17:27:45 +0200 | |
| commit | 1f42a5d6db957434ef4cbed7758218a7ca13581d (patch) | |
| tree | 4b29972b5b1304f85484bc5d8ec9d8f4fa0c2539 /app/install.php | |
| parent | 4032bf5d8501768647eac67b4692662defd50e46 (diff) | |
Remove unnecessary hard-coded config information
See https://github.com/FreshRSS/FreshRSS/issues/890
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/install.php b/app/install.php index effe0e7ff..4c66932db 100644 --- a/app/install.php +++ b/app/install.php @@ -168,10 +168,7 @@ function saveStep3() { $_SESSION['bd_prefix_user'] = $_SESSION['bd_prefix'] . (empty($_SESSION['default_user']) ? '' : ($_SESSION['default_user'] . '_')); } - //TODO: load `config.default.php` as default $config_array = array( - 'environment' => 'production', - 'simplepie_syslog_enabled' => true, 'salt' => $_SESSION['salt'], 'title' => $_SESSION['title'], 'default_user' => $_SESSION['default_user'], |
