Files
FHC-Core/admin/test/php-info.php
T
Christian Paminger bee9fab1cf
2006-11-27 08:47:48 +00:00

7 lines
146 B
PHP

<?php
//Header("WWW-Authenticate: Basic realm=\"My Realm\"");
unset($PHP_AUTH_USER);
Header("HTTP/1.0 401 Unauthorized");
phpinfo();
?>