uawdijnntqw1x1x1
IP : 216.73.217.31
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
/
.
/
administrator
/
components
/
com_akeeba
/
tmpl
/
Manage
/
howtorestore_modal.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(); /** @var \Akeeba\Backup\Admin\View\Manage\Html $this */ // Make sure we only ever add this HTML and JS once per page if (defined('AKEEBA_VIEW_JAVASCRIPT_HOWTORESTORE')) { return; } define('AKEEBA_VIEW_JAVASCRIPT_HOWTORESTORE', 1); $this->container->platform->getDocument()->addScriptOptions('akeeba.Manage.ShowHowToRestoreModal', 1); ?> <div id="akeeba-config-howtorestore-bubble"> <div class="akeeba-renderer-fef"> <h4>@lang('COM_AKEEBA_BUADMIN_LABEL_HOWDOIRESTORE_LEGEND')</h4> <p> @sprintf('COM_AKEEBA_BUADMIN_LABEL_HOWDOIRESTORE_TEXT_' . (AKEEBA_PRO ? 'PRO' : 'CORE'), 'http://akee.ba/abrestoreanywhere', 'index.php?option=com_akeeba&view=Transfer', 'https://www.akeeba.com/latest-kickstart-core.zip') </p> <p> @if (!AKEEBA_PRO) @sprintf('COM_AKEEBA_BUADMIN_LABEL_HOWDOIRESTORE_TEXT_CORE_INFO_ABOUT_PRO', 'https://www.akeeba.com/products/akeeba-backup.html') @endif </p> <div> <a class="akeeba-btn--primary" id="comAkeebaManageCloseHowToRestoreModal"> <span class="akion-close"></span> @lang('COM_AKEEBA_BUADMIN_BTN_REMINDME') </a> <a href="index.php?option=com_akeeba&view=Manage&task=hidemodal" class="akeeba-btn--green"> <span class="akion-checkmark-circled"></span> @lang('COM_AKEEBA_BUADMIN_BTN_DONTSHOWTHISAGAIN') </a> </div> </div> </div>
/home/pteabiscqq/www/./administrator/components/com_akeeba/tmpl/Manage/howtorestore_modal.blade.php