<?php

$target = "https://report.mastermat.id:18443";

header("Location: " . $target . $_SERVER['REQUEST_URI'], true, 302);
exit();
?>