system\library\captcha.php aç
Bul:
function getCode(){
return $this->code;
}
Değiştir:
function getCode(){
$out = ob_get_contents();
$out = str_replace(array("\n", "\r", "\t", " "), "", $this->code);
ob_end_clean();
return $out;
}
düzelme ihtimali yüksek...