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