mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
remove transphoto integration
пока добро не дали
This commit is contained in:
parent
d63f0f4df1
commit
69f69a13e7
1 changed files with 8 additions and 17 deletions
|
@ -5,15 +5,6 @@ use \App\Models\{User, UserCTTC};
|
|||
|
||||
|
||||
|
||||
if (explode('@', $_SERVER['REQUEST_URI'])[1] === 'transphoto.org') {
|
||||
$userprofile = new UserCTTC((int)explode('/', explode('@', $_SERVER['REQUEST_URI'])[0])[2]);
|
||||
$usercttc = True;
|
||||
$city = $userprofile->i('city');
|
||||
$regdate = $userprofile->i('regdate');
|
||||
$photourl = $userprofile->i('photourl');
|
||||
$about = $userprofile->i('about');
|
||||
$birthdate = $userprofile->i('birthdate');
|
||||
} else {
|
||||
$userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]);
|
||||
$usercttc = False;
|
||||
$city = htmlspecialchars(json_decode($userprofile->i('content'), true)['aboutlive']['value']);
|
||||
|
@ -21,7 +12,7 @@ if (explode('@', $_SERVER['REQUEST_URI'])[1] === 'transphoto.org') {
|
|||
$regdate = Date::zmdate($userprofile->content('regdate'));
|
||||
$about = json_decode($userprofile->i('content'), true)['aboutmemo']['value'];
|
||||
$birthdate = json_decode($userprofile->i('content'), true)['aboutbirthday']['value'];
|
||||
}
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
|
|
Loading…
Reference in a new issue