mangadex/cron/index.php

4 lines
41 B
PHP
Raw Permalink Normal View History

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