This repository has been archived on 2025-02-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CLF/html/logout.php
2004-09-10 11:31:11 +00:00

5 lines
No EOL
115 B
PHP

<?
header('WWW-Authenticate: Basic realm="CLF Login"');
header('HTTP/1.0 401 Unauthorized');
?>
<h1>Logged Out</h1>