We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963335e commit 5f3b255Copy full SHA for 5f3b255
install/lib/installer_base.lib.php
@@ -35,7 +35,7 @@ class installer_base {
35
var $db;
36
public $install_ispconfig_interface = true;
37
public $is_update = false; // true if it is an update, falsi if it is a new install
38
- public $min_php = '5.3.3'; // minimal php-version for update / install
+ public $min_php = '5.4'; // minimal php-version for update / install
39
protected $mailman_group = 'list';
40
41
0 commit comments