summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Peng2021-01-12 08:35:34 +0000
committerBo Peng2021-01-12 08:35:34 +0000
commit343e126a2266fbe36dcd8d010bd36345ab5c9edb (patch)
tree103167875a4bc9140080c6b2e2fc430977a91d7d
parentc6ff3bc856978207e06bb257921968c532bd39e5 (diff)
Fixed incorrect version in install/checkParameter.php.
-rw-r--r--install/checkParameter.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/checkParameter.php b/install/checkParameter.php
index 1698f7b..8e92e49 100644
--- a/install/checkParameter.php
+++ b/install/checkParameter.php
@@ -44,8 +44,6 @@ if (isset($_POST['action'])) {
// check version
if (isset($_POST['version']) && $_POST['version']) {
$version = $_POST['version'];
-} else {
- $version = NULL;
}
// check pgpool.conf