home » zplus/freepost.git
ID: e8c7235f7d8b979bc102c416c07139cddf66f6ba
7 lines — 90B — View raw


1
2
3
4
5
6
7
8
<?php

require_once 'session.php';

Session::delete ();

header ('Location: ./');
exit ();