uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
components
/
com_akeeba
/
.
/
View
/
.
/
Oauth2
/
Raw.php
/
/
<?php /** * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\Backup\Site\View\Oauth2; defined('_JEXEC') || die; use Akeeba\Backup\Site\Model\Oauth2\ProviderInterface; use Akeeba\Backup\Site\Model\Oauth2\TokenResponse; use FOF40\View\DataView\Raw as BaseView; class Raw extends BaseView { /** @var ProviderInterface|null */ public $provider = null; /** @var TokenResponse|null */ public $tokens = null; /** @var \Exception|null */ public $exception = null; /** @var string|null */ public $step1url = null; }
/home/pteabiscqq/www/components/com_akeeba/./View/./Oauth2/Raw.php