wahlhelfer/statistics/logout.php

8 lines
111 B
PHP
Raw Normal View History

2014-05-15 16:49:45 +00:00
<?php
include("../config/config.php");
session_destroy();
$url = SITE_URL;
header("Location:$url");
?>