Skip to content

Commit f837b6c

Browse files
author
Florian Schaal
committed
cleanup install.php
1 parent 6de768d commit f837b6c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

install/install.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,6 @@
158158
die('ISPConfig 3 installation found. Please use update.php instead if install.php to update the installation.');
159159
}
160160

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-
168161
//** Detect the installed applications
169162
$inst->find_installed_apps();
170163

0 commit comments

Comments
 (0)