Allow clicking through to full quality images
[pics.git] / unauthorized.php
1 <?php
2
3 header('HTTP/1.0 401 Unauthorized');
4 die('Unauthorized');