strife/index.php

3 lines
44 B
PHP
Raw Normal View History

2024-11-10 07:13:49 +00:00
<?php
header("Location: login.php");
exit();