TKK_E32210823/absensi/index.php

6 lines
136 B
PHP

<?php
header('Location: apps'); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
?>