Temat: functions błąd 177
Warning: curl_setopt() has been disabled for security reasons in /home/proximus/domains/xtreme.unl.pl/public_html/include/functions.php on line 177Nawet nie wiem co to oznacza :] wiem że występuje to dopiero po zalogowaniu
// If we have cURL, we might as well use it
if (function_exists('curl_init'))
{
// Setup the transfer
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url); //to jest linia 177
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, true);
curl_setopt($ch, CURLOPT_NOBODY, $head_only);
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
curl_setopt($ch, CURLOPT_USERAGENT, 'PunBB');






