blob: 820662605c63120d426a2f22cd0ddd39a92b3c7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
// Date in the past
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-cache");
header("Pragma: no-cache");
?>
<html>
<head></head>
<body>
<iframe src="/auth-basic/index.html?password=boggins&realm=bog"
width="80%" height="600">
iframe not supported.
</iframe>
</body>
</html>
|