lainchan/res/index.php

3 lines
57 B
PHP
Raw Normal View History

2010-11-02 07:12:03 -04:00
<?php
2010-12-02 02:07:24 -05:00
header('Location: ../', true, REDIRECT_HTTP);
2010-11-02 07:12:03 -04:00
?>