403Webshell
Server IP : 66.29.132.122  /  Your IP : 3.144.15.18
Web Server : LiteSpeed
System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : admazpex ( 531)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/opt/cpanel/ea-ruby27/root/usr/share/passenger/templates/error_renderer/with_details/src/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/opt/cpanel/ea-ruby27/root/usr/share/passenger/templates/error_renderer/with_details/src/SummaryView.jsx
/** @jsx h */
import { Component, h } from 'preact';

class SummaryView extends Component {
  render() {
    return (
      <div className="summary-view">
        <h3>Error message</h3>
        <p>
          {this.props.spec.error.summary}
        </p>

        <h3>Learn more</h3>
        <ul>
          <li>
            <a href="#" onClick={this.props.problemDescriptionButtonClicked}>
              Learn what this error means
            </a>
          </li>
          <li>
            <a href="#" onClick={this.props.solutionDescriptionButtonClicked}>
              Learn how to solve this error
            </a>
          </li>
        </ul>

        <h3>Additional information</h3>
        <p>Error ID: {this.props.spec.error.id}</p>
        <pre>{this.props.spec.error.aux_details}</pre>
      </div>
    );
  }
}

export default SummaryView;

Youez - 2016 - github.com/yon3zu
LinuXploit