uawdijnntqw1x1x1
IP : 216.73.217.165
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.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
/
locationbo
/
www
/
administrator
/
.
/
components
/
com_admintools
/
View
/
.
/
EmergencyOffline
/
Html.php
/
/
<?php /** * @package admintools * @copyright Copyright (c)2010-2021 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\AdminTools\Admin\View\EmergencyOffline; defined('_JEXEC') || die; use Akeeba\AdminTools\Admin\Model\EmergencyOffline; use FOF40\View\DataView\Html as BaseView; class Html extends BaseView { /** @var bool Is the site currently offline? */ public $offline; /** @var string Htaccess contents */ public $htaccess; public function onBeforeMain() { /** @var EmergencyOffline $model */ $model = $this->getModel(); $this->offline = $model->isOffline(); $this->htaccess = $model->getHtaccess(); $this->setLayout('default'); } }
/home/locationbo/www/administrator/./components/com_admintools/View/./EmergencyOffline/Html.php