diff options
author | Minteck <contact@minteck.org> | 2022-04-12 11:47:32 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-12 11:47:32 +0200 |
commit | aa03c15b186da0973a4369a97e7fea00468f16d5 (patch) | |
tree | bfc78f9985acafd6f8dcfddc15dec35ec6258e04 /me | |
download | cdn-aa03c15b186da0973a4369a97e7fea00468f16d5.tar.gz cdn-aa03c15b186da0973a4369a97e7fea00468f16d5.tar.bz2 cdn-aa03c15b186da0973a4369a97e7fea00468f16d5.zip |
Familine
Diffstat (limited to 'me')
-rwxr-xr-x | me/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/me/index.php b/me/index.php new file mode 100755 index 0000000..b6d2b06 --- /dev/null +++ b/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 |