Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
heuzef
/
ecomonde
Volgen
1
Ster
0
Vork
0
Code
Publicaties
0
Activiteit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51
Commits
2
Branches
122 MiB
Tree:
81b56fcdf2
master
v2
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van '81b56fcdf2'
${ noResults }
ecomonde
/
logout.php
logout.php
78 B
Ruw
Normale weergave
Geschiedenis
espace membre
10 jaren geleden
1
2
3
4
5
<?php
session_start();
$_SESSION['status']=0;
header("location:index.php");
?>