if (!isset($refreshpagina)) { $refreshpagina = "index.php?p=intro"; } ?>
if (($_SESSION['login'] == 1) and (($_SESSION['profiel_id'] == 1) or ($_SESSION['profiel_id'] == 51)))
{
?>
} if ($_SESSION['login'] == 1) { ?> } else { ?> } ?> |
if (!$p) { $p = 'intro'; } $p = $p.".php"; $bp = file_exists($p); if ($bp) { include ($p); } else { $p = 'intro.php'; include ($p); } ?> |