blob: ef132a541d78666368e381a69809550e3e468f41 [file] [log] [blame]
<?php
header('Content-Type: text/plain');
echo 'User: ' . $_SERVER['PHP_AUTH_USER'], ' Password: ' . $_SERVER['PHP_AUTH_PW'];