4 lines
59 B
PHP
4 lines
59 B
PHP
<?php
|
|
header('Location: courseware.php', true, 302);
|
|
exit;
|
<?php
|
|
header('Location: courseware.php', true, 302);
|
|
exit;
|