|
|
include("quicksearch.php"); ?> |
|
|
|
|
|
|
|
|
|
|
include("sc_potm.php"); ?> |
|
|
|
|
|
|
include("sc_randompic.php"); ?> |
|
|
|
|
|
|
include("sc_articles.php"); ?> |
|
|
|
|
|
|
include("sc_files.php"); ?> |
|
|
|
|
|
|
include("latesttopics.php"); ?> |
|
|
|
|
|
|
include("partners.php"); ?> |
|
|
|
|
|
|
|
|
include("sc_scrolltext.php"); ?> |
|
|
|
|
|
|
include("sc_bannerrotation.php"); ?> |
|
|
|
|
|
|
if(!isset($site)) $site="news";
//Sichheitslücke beheben
$invalide = array('/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?>
|
|
|
|
|