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.
83
Commitit
2
Branchit
122 MiB
PHP
91.5%
CSS
7.7%
JavaScript
0.6%
Hack
0.2%
Puu:
83c1019c51
master
v2
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '83c1019c51'
${ noResults }
ecomonde
/
logout.php
5 rivejä
78 B
Raaka
Blame
Historia
<?php
session_start();
$_SESSION['status']=0;
header("location:index.php");
?>