leftypol/res/index.php

3 lines
57 B
PHP
Raw Normal View History

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