Scheduled Maintenance

We'll be
right back.

Our engineers are currently upgrading the system.
Expected downtime: 2 – 4 hours.

Progress 0%
03Hours
:
27Mins
:
00Secs
// maintenance.php
define('MAINTENANCE', true);
if (MAINTENANCE) {
  http_response_code(503);
  include 'maintenance.php';
  exit();
}