Vergleich inc/class_parser.php - 1.6.14 - 1.6.17
Zeile 1204 | Zeile 1204 |
---|---|
$id = $path[1]; // http://xy.screen.yahoo.com/fds-123.html |
$id = $path[1]; // http://xy.screen.yahoo.com/fds-123.html |
if($domain[0] != 'screen') | if($domain[0] != 'screen' && preg_match('#^([a-z-]+)$#', $domain[0])) |
{ |
{ |
$local = htmlspecialchars_uni($domain[0]).'.'; | $local = "{$domain[0]}."; |
} | } |