Този сайт работи по-добре с JavaScript.
Начало
Помощ
Вход
heuzef
/
ecomonde
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Версии
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.
63
Ревизии
2
Клонове
122 MiB
ИН на ревизия:
4674bcb651
master
v2
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от '4674bcb651'
${ noResults }
ecomonde
/
logout.php
logout.php
78 B
Директен файл
Normal View
История
espace membre
преди 10 години
1
2
3
4
5
<?php
session_start();
$_SESSION['status']=0;
header("location:index.php");
?>