This repository has been archived on 2026-02-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
module-snippets/index.php
2020-08-04 13:46:39 +03:00

4 lines
38 B
PHP

<?php
header('Location:/');
exit;
?>