BThommy/index.php

8 lines
106 B
PHP

<?php
// Silent is golden
header("HTTP/1.1 301 Moved Permanently");
header("Location: /public");
exit;