This website works better with 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.
84
Комити
2
Гране
122 MiB
PHP
91.5%
CSS
7.7%
JavaScript
0.6%
Hack
0.2%
Дрво:
2ad403dfe6
master
v2
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '2ad403dfe6'
${ noResults }
ecomonde
/
logout.php
5 lines
78 B
Датотека
Blame
Историја
<?php
session_start();
$_SESSION['status']=0;
header("location:index.php");
?>