blob: 75469464b22090c9e74a44ac4cbf7306d224b2e4 [file] [log] [blame]
<?php
header('Location: resources/redirect-result.php');
header('HTTP/1.0 302 Found');
?>