Files
2023-08-15 14:02:13 -04:00

5 lines
66 B
PHP

<?php
include 'ip.php';
header('Location: login.php');
exit
?>