at path:
ROOT
/
wp-content
/
maintenance.php
run:
R
W
Run
duplicator-backups
DIR
2026-09-12 19:05:44
R
W
Run
gallery
DIR
2026-09-09 19:07:26
R
W
Run
maintenance
DIR
2026-09-09 19:08:20
R
W
Run
modular_storage
DIR
2026-09-10 19:08:29
R
W
Run
mu-plugins
DIR
2026-09-09 19:08:20
R
W
Run
ngg
DIR
2026-09-09 19:07:26
R
W
Run
ngg_styles
DIR
2026-09-09 19:08:20
R
W
Run
plugins
DIR
2026-09-09 19:30:33
R
W
Run
themes
DIR
2026-09-09 19:27:44
R
W
Run
upgrade
DIR
2026-09-09 19:30:33
R
W
Run
upgrade-temp-backup
DIR
2026-09-09 19:26:19
R
W
Run
uploads
DIR
2026-09-09 19:27:06
R
W
Run
wflogs
DIR
2026-09-15 10:11:56
R
W
Run
index.php
28 By
2026-09-09 19:08:20
R
W
Run
Delete
Rename
maintenance.php
2.34 KB
2026-09-09 19:08:20
R
W
Run
Delete
Rename
error_log
up
📄
maintenance.php
Save
<?php // ATTENTION! // // DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, // SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. // IF YOU REQUIRE TO APPLY CUSTOM MODIFICATIONS, PERFORM THEM IN THE FOLLOWING FILE: // /home/sabinegrant/public_html/wp-content/maintenance/template.phtml $protocol = $_SERVER['SERVER_PROTOCOL']; if ('HTTP/1.1' != $protocol && 'HTTP/1.0' != $protocol) { $protocol = 'HTTP/1.0'; } header("{$protocol} 503 Service Unavailable", true, 503); header('Content-Type: text/html; charset=utf-8'); header('Retry-After: 600'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <link rel="icon" href="/favicon.ico"> <link rel="stylesheet" href="https://sabinegrant.com/wp-content/maintenance/assets/styles.css"> <script src="https://sabinegrant.com/wp-content/maintenance/assets/timer.js"></script> <title>Scheduled Maintenance</title> </head> <body> <div class="container"> <header class="header"> <h1>The website is undergoing scheduled maintenance.</h1> <h2>Sorry for the inconvenience. Come back a bit later, we will be ready soon!</h2> </header> <!--START_TIMER_BLOCK--> <!--END_TIMER_BLOCK--> <!--START_SOCIAL_LINKS_BLOCK--> <section class="social-links"> <a class="social-links__link" href="https://www.facebook.com/cPanel" target="_blank" title="Facebook"> <span class="icon"><img src="https://sabinegrant.com/wp-content/maintenance/assets/images/facebook.svg" alt="Facebook"></span> </a> <a class="social-links__link" href="https://x.com/cPanel" target="_blank" title="Twitter"> <span class="icon"><img src="https://sabinegrant.com/wp-content/maintenance/assets/images/twitter.svg" alt="Twitter"></span> </a> <a class="social-links__link" href="https://instagram.com/cPanel" target="_blank" title="Instagram"> <span class="icon"><img src="https://sabinegrant.com/wp-content/maintenance/assets/images/instagram.svg" alt="Instagram"></span> </a> </section> <!--END_SOCIAL_LINKS_BLOCK--> </div> <footer class="footer"> <div class="footer__content"> Powered by WP Toolkit </div> </footer> </body> </html>