'$SCRIPT_NAME'."; if (headers_sent()) { $output = <<< out $message out; echo $output; } else { redirect("./message_page.php?MESSAGE_HEADER=E R R O R&MESSAGE_BODY=Anda tidak mempunyai access untuk mengakses halaman `$SCRIPT_NAME` ."); } } exit(0); } ?>