Vergleich inc/class_parser.php - 1.6.14 - 1.6.15

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1204Zeile 1204
				$id = $path[1]; // http://xy.screen.yahoo.com/fds-123.html
// Support for localized portals
$domain = explode('.', $parsed_url['host']);

				$id = $path[1]; // http://xy.screen.yahoo.com/fds-123.html
// Support for localized portals
$domain = explode('.', $parsed_url['host']);

				if($domain[0] != 'screen')

				if($domain[0] != 'screen' && preg_match('#^([a-z-]+)$#', $domain[0]))

				{

				{

					$local = htmlspecialchars_uni($domain[0]).'.';

					$local = "{$domain[0]}.";

				}
else
{

				}
else
{