leftypol/res/index.php

3 lines
57 B
PHP
Raw Normal View History

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