mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-24 23:38:20 -05:00
4 lines
41 B
PHP
4 lines
41 B
PHP
|
<?php
|
||
|
header("location: /");
|
||
|
die();
|
||
|
?>
|