This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
ecomonde
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
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.
68
Commits
2
Branches
122 MiB
Tree:
28ef8f0c75
master
v2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '28ef8f0c75'
${ noResults }
ecomonde
/
logout.php
logout.php
78 B
Raw
Normal View
History
espace membre
10 years ago
1
2
3
4
5
<?php
session_start();
$_SESSION['status']=0;
header("location:index.php");
?>