// Maintenance mode check if (setting('maintenance_mode','0') === '1') { $adminPath = '/admin'; $currentUri = $_SERVER['REQUEST_URI'] ?? '/'; if (strpos($currentUri, $adminPath) === false) { http_response_code(503); header('Retry-After: 3600'); echo '
Under Maintenance
🔧
Under Maintenance
We are performing scheduled maintenance.
We will be back shortly.
'; exit; } }
BR
BTEB Result
Individual
Group
Institute
About
Contact Us
Have a question or feedback? We'd love to hear from you.
Name *
Email *
Subject
Message *
Send Message