1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00
vichan/thumb/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
?>