diff options
-rw-r--r-- | install/checkParameter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/checkParameter.php b/install/checkParameter.php index fe16fd3..c546bfa 100644 --- a/install/checkParameter.php +++ b/install/checkParameter.php @@ -466,7 +466,7 @@ else { function versions() { - return array('3.5', '3.4', '3.3', '3.2', '3.1', '3.0', + return array('3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0', '2.3', '2.2', '2.1', '2.0'); } |