aboutsummaryrefslogtreecommitdiff
path: root/redirect.php
blob: e45e07830229cf19f043df78ddb948193656c651 (plain)
1
2
3
4
5
<?php include("auth.php");

$location = $_Get["dest"];
header("Location: $location");
?>