Ekstra menu / profil indhold her
Henter alle fulde navne fra aktiveret brugere fra den nye db10
Arvid B. Lindegaard
Michael Robert Saila
Total results: 2
Total rows updated: 2
1 <?php2 function main() {3 include 'functions/linkarray.php';4 if (isset ( $page )) {5 if (in_array ( $page, $pages )) {6 $page .= '.php';7 include ($page);8 } elseif (in_array ( $page, $dbkald )) {9 include 'options.php';10 } else {11 include ("404.php");12 }13 } else {14 include ("frontpage.php");15 }16 }17 ?>