Warning: exec() has been disabled for security reasons
public_html/includes/functions.php on line 1204 bu satırı gösteriyor hata olarak .
Fotograf Yukleyin
Uyari
Resim islenemedi.
1204inci satırdaki kodlar
function makeIMThumb($aFromfile,$aToFile,$aGeo)
{
global $set_magic_path;
$command = "$set_magic_path -quality 80 -geometry $aGeo $aFromfile $aToFile";
$res = exec($command);
}
Burada ne tür hata var acaba ne yapmam gerekiyor