REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.49 KB
Close
/home/jambtst2015/public_html/ida.com.ng/templates/system/fatal.php
Text
Base64
<?php /** * @package Joomla.Site * @subpackage Template.system * * @copyright (C) 2020 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer; /** * Note: This file is only used when unrecoverable errors happen, * normally at boot up stages, and therefore it cannot be assumed * that any part of Joomla is available (Eg: a Factory or application) * * For "normal" error handling, use error.php not this file. * * @var HtmlErrorRenderer $this object containing charset * @var string $statusText exception error message * @var string $statusCode exception error code */ // Fallback template $template = '{{statusCode_statusText}}'; // Joomla supplied fatal error page if (file_exists(__DIR__ . '/fatal-error.html')) { $template = file_get_contents(__DIR__ . '/fatal-error.html'); } /** * User supplied fatal error page. * * Allow overriding Joomla supplied page to prevent changes being wiped on Joomla upgrade. * We allow it to be a PHP file so that any post-processing, alerting etc can happen. */ if (file_exists(__DIR__ . '/fatal-error.custom.php')) { $template = file_get_contents(__DIR__ . '/fatal-error.custom.php'); } echo str_replace( ['{{statusCode_statusText}}', '{{statusCode}}', '{{statusText}}'], [$statusCode . ' - ' . $statusText, $statusCode, $statusText], $template );
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
css
DIR
-
drwxr-xr-x
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
scss
DIR
-
drwxr-xr-x
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
build_incomplete.html
15.57 KB
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
component.php
694 B
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
error.php
3.92 KB
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fatal-error.html
13.17 KB
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fatal.php
1.49 KB
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
incompatible.html
5.77 KB
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.php
296 B
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
offline.php
3.29 KB
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).