| DIR: /proc/thread-self/root/home/islapiiu/sites/thegarder/admin/ |
| Current File : //proc/thread-self/root/home/islapiiu/sites/thegarder/admin/log-out.php |
<?php
session_start();
unset($_SESSION["login"]);
unset($_SESSION["Name"]);
unset($_SESSION["Name"]);
unset($_SESSION["Password"]);
header('location: index.php');
|