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