From f837b6c360fa7ac57b74be927f6b1826fd8c4da6 Mon Sep 17 00:00:00 2001 From: Florian Schaal Date: Mon, 21 Dec 2015 17:07:20 +0100 Subject: [PATCH] cleanup install.php --- install/install.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install/install.php b/install/install.php index f82d82865d..0236820ce9 100644 --- a/install/install.php +++ b/install/install.php @@ -158,13 +158,6 @@ if(is_dir('/usr/local/ispconfig')) { 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(); -- GitLab