
$filelocation="home.txt";
$newfile = fopen("update/".$filelocation,"r");
$file_content = fread($newfile, filesize("update/".$filelocation));
$deTekst = str_replace("scrolltext=", "", $file_content);
print replaceIligalChars($deTekst);
fclose($newfile);
?>