View file loads/sys/fnc/translit.php
<?
function tr_loads($in)
{
return preg_replace('#[^A-z0-9\_\-\.\(\)]+#ui', '_', $in);
}
if(substr_count($_SERVER['REQUEST_URI'],"'"))exit;
?>
<?
function tr_loads($in)
{
return preg_replace('#[^A-z0-9\_\-\.\(\)]+#ui', '_', $in);
}
if(substr_count($_SERVER['REQUEST_URI'],"'"))exit;
?>