Error management
This commit is contained in:
parent
c67f858547
commit
4ae755efbc
@ -247,7 +247,7 @@ class langAutoParser {
|
|||||||
if (! function_exists("curl_init"))
|
if (! function_exists("curl_init"))
|
||||||
{
|
{
|
||||||
print "Error, your PHP does not support curl functions.\n";
|
print "Error, your PHP does not support curl functions.\n";
|
||||||
die;
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
$ch = curl_init();
|
$ch = curl_init();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user