mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu v1.4.4 Funium
This commit is contained in:
@@ -161,6 +161,13 @@ if(isset($_GET['migration_code'])) {
|
||||
$ueuse_array = $ueuseQuery->fetchAll();
|
||||
*/
|
||||
if(!(empty($UserData))){
|
||||
|
||||
if(!(empty($UserData["encryption_ivkey"]))){
|
||||
$view_mailadds = DecryptionUseEncrKey($UserData["mailadds"], GenUserEnckey($UserData["datetime"]), $UserData["encryption_ivkey"]);
|
||||
}else{
|
||||
$view_mailadds = $UserData["mailadds"];
|
||||
}
|
||||
|
||||
/*
|
||||
if(!(empty($ueuse_array))){
|
||||
foreach ($ueuse_array as $value) {
|
||||
@@ -188,7 +195,7 @@ if(isset($_GET['migration_code'])) {
|
||||
"user_icon" => (empty($_SERVER['HTTPS']) ? 'http://' : 'https://').$domain."/".safetext($UserData["iconname"]),
|
||||
"user_header" => (empty($_SERVER['HTTPS']) ? 'http://' : 'https://').$domain."/".safetext($UserData["headname"]),
|
||||
"user_profile" => safetext($UserData["profile"]),
|
||||
"mail_adds" => safetext($UserData["mailadds"]),
|
||||
"mail_adds" => safetext($view_mailadds),
|
||||
),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user