aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 11:24:59 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 11:24:59 +0200
commit50fd3a359e1fb872859b12af2762e47a696ebcd3 (patch)
tree80279b50b61372b46ae0b526b4b95d81b3a9852b /app/install.php
parente042e4ad2595263a84a6fe1056913ec431b9814a (diff)
Fix PostgreSQL uniqueness
And remove "experimental" warning
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php
index 9a88e0f37..730942a5a 100644
--- a/app/install.php
+++ b/app/install.php
@@ -629,7 +629,7 @@ function printStep3() {
<?php if (extension_loaded('pdo_pgsql')) {?>
<option value="pgsql"
<?php echo(isset($_SESSION['bd_type']) && $_SESSION['bd_type'] === 'pgsql') ? 'selected="selected"' : ''; ?>>
- PostgreSQL (⚠️ experimental)
+ PostgreSQL
</option>
<?php }?>
</select>