4 lines
90 B
PHP
4 lines
90 B
PHP
<?php
|
|
// Redirect to the student management page
|
|
header("Location: students.php");
|
|
exit(); |