array( 'title' => 'Site Maintenance', 'heading' => 'We\'ll be back soon!', 'text' => 'IT Solutions for Pharmacies', 'team' => '— The Team', 'day' => 'Days', 'hour' => 'Hours', 'minute' => 'Minutes', 'second' => 'Seconds', ), 'pt' => array( 'title' => 'Manutenção do Site', 'heading' => 'Voltaremos em breve.', 'text' => 'Soluções IT para farmácias.', 'team' => '— O time', 'day' => 'Dias', 'hour' => 'Horas', 'minute' => 'Minutos', 'second' => 'Segundos', ), ); // Set the protocol $protocol = isset($_SERVER['SERVER_PROTOCOL']) ?? ''; if (!in_array($protocol, array('HTTP/1.1', 'HTTP/2', 'HTTP/2.0'), true)) { $protocol = 'HTTP/1.0'; } // Set the status code for crawlers like googlebot... header("$protocol 503 Service Unavailable", true, 503); header('Content-Type: text/html; charset=utf-8'); header('Retry-After: ' . $time_to_wait); ?> <?php echo $site_title . ' - ' . $translations[$lang]['title']; ?>