From: Tatsuo Ishii Date: Mon, 24 Nov 2014 05:50:21 +0000 (+0900) Subject: Fix installer to allow to choose 3.4 version. X-Git-Tag: V3_4_1~5 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=0d4456ba9cc6be6a0764edaecb44265c6bfd5639;p=pgpooladmin.git Fix installer to allow to choose 3.4 version. --- diff --git a/install/checkParameter.php b/install/checkParameter.php index 6b070c4..e5dfa0d 100644 --- a/install/checkParameter.php +++ b/install/checkParameter.php @@ -424,7 +424,7 @@ else { function versions() { - return array('3.3', '3.2', '3.1', '3.0', + return array('3.4', '3.3', '3.2', '3.1', '3.0', '2.3', '2.2', '2.1', '2.0'); }