, * Andreas Oesterreicher and * Karl Burkhart . */ require_once('../config/wawi.config.inc.php'); require_once('auth.php'); $menu = isset($_GET['menu'])?$_GET['menu']:'menu.php'; $content = isset($_GET['content'])?$_GET['content']:'home.php'; //Vorhandene Parameter an Content dazuhaengen $first=true; foreach($_GET as $name=>$param) { if($name!='menu' && $name!='content') { if($first) { $content.="?$name=$param"; $first=false; } else $content.="&$name=$param"; } } echo ' WaWi - Warenwirtschaft <body> <h1>Error</h1> <p>Ihr Browser unterstuetzt leider keine Frames</p> </body> '; ?>