Last active
August 2, 2016 06:48
-
-
Save ravenberg/a150c2a918590a44bef59897953d6cfc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
header('WWW-Authenticate: Basic realm="HN-Cloud"'); | |
header('HTTP/1.0 401 Unauthorised'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment