mirror of
https://github.com/holo-gfx/mangadex.git
synced 2025-02-06 12:44:02 -05:00
4 lines
41 B
PHP
4 lines
41 B
PHP
|
<?php
|
||
|
header("location: /");
|
||
|
die();
|
||
|
?>
|