hanze/iwa-panda1

logic/logout.php in tak
Repositories | Summary | Log | Files

logout.php (81B) download


1<?php
2session_start();
3session_unset();
4session_destroy();
5header('Location: /');