Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
heuzef
/
ecomonde
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Julkaisut
0
Toiminta
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.
37
Commitit
2
Branchit
122 MiB
Puu:
f452972f97
master
v2
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'f452972f97'
${ noResults }
ecomonde
/
logout.php
logout.php
78 B
Raaka
Normaali näkymä
Historia
espace membre
10 vuotta sitten
1
2
3
4
5
<?php
session_start();
$_SESSION['status']=0;
header("location:index.php");
?>