header('Content-type: text/html; charset=UTF-8'); header("Location:http://special.neff.de/kochvorfuehrungen/", true, 301); exit; include "lib/phpInclude.php"; if (stristr($content, 'content/vorfuehrungen/')) { $pagetitle = "Gerätevorführungen - Kochvorführungen"; } else if (stristr($content, 'content/team/')) { $pagetitle = "Gerätevorführungen - Unsere Köche"; } else if (stristr($content, 'content/bilder/')) { $pagetitle = "Gerätevorführungen - Bilder"; } else if (stristr($content, 'content/rezepte/')) { $pagetitle = "Gerätevorführungen - Rezepte"; } else { $pagetitle = "Gerätevorführungen - Übersicht"; } if ($_GET['83']) { echo "http://www.neff.de/händlersuche-suchergebnis.html?76=".$_POST['Lat']."&77=".$_POST['Lon']."&72=471"; } else { # if (!$content) { # $content = "content/veranstaltung/index"; # } if ( ! ( stristr($_SERVER['QUERY_STRING'],"http" ) || stristr($_SERVER['QUERY_STRING'],"ftp") || stristr($_SERVER['QUERY_STRING'],"//") || stristr($_SERVER['QUERY_STRING'],"..") || stristr($_SERVER['QUERY_STRING'],"src=") ) ) { $inhalt = $content; # if (strstr($content,'content/cug') && !$phpReseller->isAuthorized()) { # Header("Location: index.php"); # exit; # } } else { Header("Location: index.php"); exit; } /* if ($_REQUEST['content'] == 'content/veranstaltung/detail') { $phpEvent = phpEvent::instance($id); } if ($_REQUEST['content'] == 'content/neuigkeiten/detail' || $_REQUEST['content'] == 'content/rezepte/detail') { $phpNews = phpNews::instance($id); } */ #$phpPageinfo = phpPageinfo::instance(); ?>