Corporation / login.php
akra35567's picture
Upload 38 files
77df06f verified
raw
history blame contribute delete
79 Bytes
<?php
// Redirect to Flask authentication
header('Location: /admin');
exit;
?>