Files

4 lines
59 B
PHP

<?php
header('Location: courseware.php', true, 302);
exit;