blob: ebe083eb255592e448c764a36a87fcee96ac8b87 (
plain)
1
2
3
4
5
6
|
<?php
$_CONFIG = json_decode(file_get_contents($_SERVER["DOCUMENT_ROOT"] . "/private/FamilineConfig.json"), true);
header("Location: https://session." . $_CONFIG["Global"]["domain"] . "/login/embed/?r=" . $_GET['r']);
die();
|