Files
archived-web-pecl/dev_html/logout.php
2011-10-27 14:41:44 +02:00

6 lines
112 B
PHP

<?php
session_destroy();
Header("HTTP/1.0 401 Unauthorized");
header('Location: ' . PECL_DEVELOPER_URL . '/');