diff options
| author | 2024-05-23 16:34:53 +0200 | |
|---|---|---|
| committer | 2024-05-23 16:34:53 +0200 | |
| commit | 14b397afdfa4f6ed69e0f40f75e262ac3cad0f3a (patch) | |
| tree | de77624d57bf0e383f45d581ab59300db1484981 /app/install.php | |
| parent | 6d7b5bf99708a8559d098528aef91650e1294462 (diff) | |
PostgreSQL database case (#6482)
fix https://github.com/FreshRSS/FreshRSS/issues/6479
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 7e4a4121f..35ee5c295 100644 --- a/app/install.php +++ b/app/install.php @@ -116,9 +116,6 @@ function saveStep2(): void { 'bd_prefix' => substr($_POST['prefix'], 0, 16), ]); } - if (Minz_Session::paramString('bd_type') === 'pgsql') { - Minz_Session::_param('bd_base', strtolower(Minz_Session::paramString('bd_base'))); - } // We use dirname to remove the /i part $base_url = dirname(Minz_Request::guessBaseUrl()); |
