module-snippets/index.php

4 lines
38 B
PHP
Raw Permalink Normal View History

2020-08-04 13:46:39 +03:00
<?php
header('Location:/');
exit;
?>