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