mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
//Header("WWW-Authenticate: Basic realm=\"My Realm\"");
|
||||
unset($PHP_AUTH_USER);
|
||||
Header("HTTP/1.0 401 Unauthorized");
|
||||
phpinfo();
|
||||
?>
|
||||
Reference in New Issue
Block a user