Error management

This commit is contained in:
Laurent Destailleur 2010-10-05 21:31:15 +00:00
parent c67f858547
commit 4ae755efbc

View File

@ -247,7 +247,7 @@ class langAutoParser {
if (! function_exists("curl_init"))
{
print "Error, your PHP does not support curl functions.\n";
die;
die();
}
$ch = curl_init();