diff --git a/platform/Normal.php b/platform/Normal.php index 880fdf9..5002b19 100644 --- a/platform/Normal.php +++ b/platform/Normal.php @@ -279,13 +279,8 @@ language:
'; return message($html, $title, 201); } - if (function_exists('curl_init')) { - $title = 'Install'; - $html = '' . getconstStr('ClickInstall') . ', ' . getconstStr('LogintoBind'); - } else { - $title = 'Error'; - $html = 'Need curl, please install php-curl.'; - } + $title = 'Install'; + $html = '' . getconstStr('ClickInstall') . ', ' . getconstStr('LogintoBind'); return message($html, $title, 201); }