|
|
|
Volker Kipp |
Geschäftsführer |
|
Fertigteile-Ausbau |
Falkenweg 4 |
67731 Otterbach |
|
Fon: | 06301 - 716 87 33 |
Fax: | 06301 - 716 87 34 |
Mobil: | 0160 - 96 22 59 07 |
eMail: | info@VK-ausbau.de |
|
|
|
//Sichheitslücke beheben
$invalide = array('/','/\/',':','.');
$_SESSION['contentsite'] = str_replace($invalide,' ',$_SESSION['contentsite']);
if(!file_exists($_SESSION['contentsite'].".php")) $_SESSION['contentsite'] = "content";
include($_SESSION['contentsite'].".php");
?>
|