for the Univesity of Geneva */ class Header { /** * Redirect the navigator to the specified url. * * @param string $url */ public static function location($url) { header("Location: $url"); exit; } }