5 lines
No EOL
115 B
PHP
5 lines
No EOL
115 B
PHP
<?
|
|
header('WWW-Authenticate: Basic realm="CLF Login"');
|
|
header('HTTP/1.0 401 Unauthorized');
|
|
?>
|
|
<h1>Logged Out</h1>
|