mangadex/cron/index.php

4 lines
41 B
PHP
Raw Normal View History

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