diff options
author | Bo Peng | 2021-01-12 08:35:34 +0000 |
---|---|---|
committer | Bo Peng | 2021-01-12 08:35:34 +0000 |
commit | 343e126a2266fbe36dcd8d010bd36345ab5c9edb (patch) | |
tree | 103167875a4bc9140080c6b2e2fc430977a91d7d | |
parent | c6ff3bc856978207e06bb257921968c532bd39e5 (diff) |
Fixed incorrect version in install/checkParameter.php.
-rw-r--r-- | install/checkParameter.php | 2 |
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 |