36228-vm/index.php
2025-11-24 21:57:09 +00:00

4 lines
90 B
PHP

<?php
// Redirect to the student management page
header("Location: students.php");
exit();