File size: 79 Bytes
220b380
fa61c2c
 
 
220b380
1
2
3
4
5
6
<?php
// Redirect to Flask authentication
header('Location: /admin');
exit;
?>