mirror of
https://github.com/php/web-pecl.git
synced 2026-03-24 07:12:15 +01:00
6 lines
112 B
PHP
6 lines
112 B
PHP
<?php
|
|
session_destroy();
|
|
Header("HTTP/1.0 401 Unauthorized");
|
|
header('Location: ' . PECL_DEVELOPER_URL . '/');
|
|
|