tweetmonitor/admin/logout.php
2016-02-09 14:23:43 +01:00

8 lines
106 B
PHP

<?php
include("../config/config.php");
session_destroy();
$url = ADMIN_URL;
header("Location:$url");
?>