mangadex/error.php
2021-03-14 14:31:55 -07:00

4 lines
41 B
PHP

<?php
header("location: /");
die();
?>