__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Joomla.Administrator
* @subpackage Templates.Atum
* @copyright (C) 2017 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @since 4.0.0
*/
defined('_JEXEC') or die;
use Joomla\CMS\Factory;
/** @var \Joomla\CMS\Document\ErrorDocument $this */
// Authenticated versus guest have different displays
$user = Factory::getUser();
if ($user->guest) {
require __DIR__ . '/error_login.php';
} else {
require __DIR__ . '/error_full.php';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| html | Folder | 0775 |
|
|
| component.php | File | 2.38 KB | 0664 |
|
| cpanel.php | File | 306 B | 0664 |
|
| error.php | File | 564 B | 0664 |
|
| error_full.php | File | 9.76 KB | 0664 |
|
| error_login.php | File | 8.51 KB | 0664 |
|
| index.php | File | 9.37 KB | 0664 |
|
| joomla.asset.json | File | 2.92 KB | 0664 |
|
| login.php | File | 6.53 KB | 0664 |
|
| templateDetails.xml | File | 4.4 KB | 0664 |
|