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