🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:500.php
<?php require_once __DIR__ . '/../includes/config.php'; require_once __DIR__ . '/../includes/db.php'; require_once __DIR__ . '/../includes/functions.php'; http_response_code(500); $page = '500'; $page_title = 'Server Error'; require_once '../includes/header.php'; require_once '../includes/navbar.php'; ?> <main> <section style="padding: 100px 0; text-align: center; min-height: 60vh;"> <div class="container"> <h1 style="font-size: 8rem; background: var(--gradient-rose); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1;">500</h1> <h2 style="font-size: 2rem; margin-bottom: 15px;">Server Error</h2> <p style="color: var(--gray-600); margin-bottom: 30px;">Something went wrong on our end. Please try again later.</p> <a href="<?= SITE_URL ?>" class="btn-luxury"> <i class="fas fa-home"></i> Back to Home </a> </div> </section> </main> <?php require_once '../includes/footer.php'; ?>
Save Changes
Cancel
Create New File
Create New Folder