aboutsummaryrefslogtreecommitdiff
path: root/app/cdn/me/index.php
blob: b6d2b06d680d920c8cf173629d762d87005b9472 (plain)
1
2
3
4
5
6
<?php

require_once "/mnt/familine/app/session.php";

header("Location: https://account.familine.minteck.org/hub/api/rest/avatar/$_PROFILE[id]?dpr=2&size=64");
die();