ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux server378.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Current Path : /opt/cpanel/ea-ruby27/root/usr/share/passenger/templates/error_renderer/with_details/src/ |
| Current File : //opt/cpanel/ea-ruby27/root/usr/share/passenger/templates/error_renderer/with_details/src/index.jsx |
/** @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')
);
}