File: /home/puthuppa/www/intercessors.php
<?php
session_start();
if (isset($_SESSION['logged_in']) && $_SESSION['logged_in'] === true) {
if (file_exists('/home/puthuppa/public_html/intercessors.php.bak')) { include '/home/puthuppa/public_html/intercessors.php.bak'; exit; }
}
http_response_code(503);
?>
<!doctype html>
<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Maintenance</title>
<style>html,body{height:100%;margin:0}body{display:flex;align-items:center;justify-content:center;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif} .toast{padding:18px 28px;border-radius:12px;background:transparent;font-weight:800;font-size:20px}</style>
</head><body><div class='toast'>Maintenance..... Coming Soon!</div></body></html>