OwlCyberSecurity - MANAGER
Edit File: efe9cf990428c14f3d076ab8383ffe8464a28fea.php
<?php /* /home/annegardxb/www/so-assurances/administrator/components/com_akeeba/tmpl/CommonTemplates/ProfileName.blade.php */ ?> <?php /** * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ // Protect from unauthorized access defined('_JEXEC') || die(); ?> <div class="akeeba-block--info"> <strong><?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_CPANEL_PROFILE_TITLE'); ?></strong>: #<?php echo $this->escape((int)($this->profileId)); ?> <?php echo $this->escape($this->profileName); ?> </div>