Site in onderhoud"; } else { $page = $_GET['page'] ; $cat = $_GET['cat'] ; $id = $_GET['id'] ; //include "inc/on.php"; include "inc/ads.php"; include "inc/cattxt.php"; include "inc/boven.php"; if(empty($page)) { include "inc/home.php"; } else { $page = "inc/" . $page . ".php"; if(file_exists($page)) { include $page; } else { echo "

Er ging iets fout
"; } } include "inc/onder.php"; } $host=""; $username=""; $password=""; $db = ""; ?>