uawdijnntqw1x1x1
IP : 216.73.217.24
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
/
tmpl
/
DatabaseTools
/
optimize.blade.php
/
/
<?php /** * @package admintools * @copyright Copyright (c)2010-2021 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ defined('_JEXEC') || die; /** @var $this Akeeba\AdminTools\Admin\View\DatabaseTools\Html */ ?> @if(!empty($this->table)) <h1>@lang('COM_ADMINTOOLS_LBL_DATABASETOOLS_OPTIMIZEDB_INPROGRESS')</h1> @else <h1>@lang('COM_ADMINTOOLS_LBL_DATABASETOOLS_OPTIMIZEDB_COMPLETE')</h1> @endif <div class="akeeba-progress"> <div class="akeeba-progress-fill" style="width:{{ $this->percent }}%;"></div> <div class="akeeba-progress-status"> {{ $this->percent }}% </div> </div> @if(!empty($this->table)) <form action="index.php" name="adminForm" id="adminForm"> <input type="hidden" name="option" value="com_admintools" /> <input type="hidden" name="view" value="DatabaseTools" /> <input type="hidden" name="task" value="optimize" /> <input type="hidden" name="from" value="{{{ $this->table }}}" /> <input type="hidden" name="tmpl" value="component" /> </form> @endif @if($this->percent == 100) <div class="akeeba-block--info" id="admintools-databasetools-autoclose"> <p>@lang('COM_ADMINTOOLS_LBL_COMMON_AUTOCLOSEIN3S')</p> </div> @endif
/home/locationbo/www/administrator/components/com_admintools/tmpl/DatabaseTools/optimize.blade.php