/* DirectTopics 2 http://www.directtopics.nl http://forum.directtopics.nl */ ob_start(); include 'includes/include.inc.php'; top(); $sure = $_GET['sure']; if ($ingelogd == "0"){ echo ''; exit; } ?>
Index / Uitloggen | |||||
if ($sure == "ja"){
setcookie("nick", '', time()-3600*24*31, "/");
setcookie("pass", '', time()-3600*24*31, "/");
echo " Je bent succesvol uitgelogd. Je word nu terug gestuurd naar de index."; echo ""; } else { echo " Weet je zeker dat je wilt uitloggen? [ Ja / Nee ]"; }?> |
|||||
Index / Uitloggen | |||||
![]() |