// 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; } }
Institute Results

Check Institute Results

View all student results for a specific BTEB polytechnic institute by semester.