From: Bo Peng Date: Tue, 12 Jan 2021 08:35:34 +0000 (+0900) Subject: Fixed incorrect version in install/checkParameter.php. X-Git-Tag: V4_2_0~5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=343e126a2266fbe36dcd8d010bd36345ab5c9edb;p=pgpooladmin.git Fixed incorrect version in install/checkParameter.php. --- 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