 |
| |
include("sc_headlines.php"); ?> |
|
|
 |
| |
include("latesttopics.php"); ?> |
|
|
 |
| |
include("sc_results.php"); ?> |
|
|
 |
| |
include("sc_files.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");
?> |
|
|
 |
| |
include("mainsponsor.php"); ?> |
|
|
 |
| |
include("sponsor.php"); ?> |
|
|
 |
| |
include("partners.php"); ?> |
|
|
 |
| |
include("sc_topuser.php"); ?> |
|
|
|