mangadex/error.php

4 lines
41 B
PHP
Raw Normal View History

2021-03-14 17:31:55 -04:00
<?php
header("location: /");
die();
?>