aboutsummaryrefslogtreecommitdiff
path: root/app/cdn/me/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/cdn/me/index.php')
-rw-r--r--app/cdn/me/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/cdn/me/index.php b/app/cdn/me/index.php
new file mode 100644
index 0000000..b6d2b06
--- /dev/null
+++ b/app/cdn/me/index.php
@@ -0,0 +1,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(); \ No newline at end of file