summaryrefslogtreecommitdiff
path: root/www/index.php
blob: 49fbbec7d08b72887938701e34bbb7bdb3c0da56 (plain)
1
2
3
<?php
if (!isset($_COOKIE["warned"])) header("Location: warn.php");
else echo file_get_contents("index.html");