wahlhelfer/admin/logout.php

8 lines
112 B
PHP
Raw Normal View History

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