We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de768d commit f837b6cCopy full SHA for f837b6c
1 file changed
install/install.php
@@ -158,13 +158,6 @@
158
die('ISPConfig 3 installation found. Please use update.php instead if install.php to update the installation.');
159
}
160
161
-//** Detect php-version
162
-$MIN_PHP='5.6';
163
-if (version_compare(PHP_VERSION, $MIN_PHP, '<')) {
164
- echo 'ISPConfig requieres PHP '.$MIN_PHP.'. Installed version: ' . PHP_VERSION . "\n";
165
-}
166
-
167
168
//** Detect the installed applications
169
$inst->find_installed_apps();
170
0 commit comments