mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
3 lines
47 B
PHP
3 lines
47 B
PHP
|
<?php
|
||
|
header('Location: ../', true, 302);
|
||
|
?>
|