<?php
$someVar = 'someVal';
header('Location: index.php');
exit(0);
?>
