| Server IP : 162.214.74.102 / Your IP : 216.73.217.21 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/cpanel/ea-ruby24/root/usr/share/passenger/templates/error_renderer/with_details/src/ |
Upload File : |
/** @jsx h */
import { render, h } from 'preact';
import 'jquery';
import './bootstrap/bootstrap.css';
import './bootstrap/bootstrap.js';
import PageMain from './PageMain.jsx';
import './PageMain.css';
window.errorPageExtensions = [];
function initialize(pageMain) {
window.ErrorPage = pageMain;
for (var i = 0; i < window.errorPageExtensions.length; i++) {
window.errorPageExtensions[i]();
}
}
window.renderErrorPage = function() {
render(
<PageMain spec={window.spec} ref={ initialize } />,
document.getElementById('root')
);
}