Florian Schaal
2015-12-21 f837b6c360fa7ac57b74be927f6b1826fd8c4da6
cleanup install.php
1 files modified
7 ■■■■■ changed files
install/install.php 7 ●●●●● patch | view | raw | blame | history
install/install.php
@@ -158,13 +158,6 @@
    die('ISPConfig 3 installation found. Please use update.php instead if install.php to update the installation.');
}
//** Detect php-version
$MIN_PHP='5.6';
if (version_compare(PHP_VERSION, $MIN_PHP, '<')) {
    echo 'ISPConfig requieres PHP '.$MIN_PHP.'. Installed version: ' . PHP_VERSION . "\n";
}
//** Detect the installed applications
$inst->find_installed_apps();