templates/index.php

3 lines
42 B
PHP
Raw Permalink Normal View History

2024-05-31 15:56:23 +02:00
<?php
header("Location: ../index.php");
?>