This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
Tankernn
/
tankernn-eu
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
8e4d2c45b6
Ranting
Tag
master
tankernn-eu
/
login
/
logout.php
logout.php
84 B
Riwayat
Mentahan
1
2
3
4
5
<?php
require 'app.php';
session_destroy();
header("Location: ../index.php");
?>