aboutsummaryrefslogtreecommitdiff
path: root/login/index.php
blob: d89f061d62239fa613c3290d3a5fe4b5b91b77f9 (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/?r=" . $_GET['r']);
die();