WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcalosangeles/public_html/wp-content/plugins/autoupdater/tmpl/offline.tmpl.php
<?php function_exists('add_action') or die;
// WARNING!
// Do not modify this file. It will be overwritten after the plugin update.
// To customize this template file, first copy it to wp-content/autoupdater/tmpl/offline.tmpl.php
// Do not remove the tag <meta name="autoupdater" content="maintenance">
?><html>
<head>
    <title><?php esc_html_e('Site is offline', 'autoupdater'); ?></title>
    <meta name="autoupdater" content="maintenance">
    <style type="text/css">
        body {
            background: #f1f1f1;
            color: #444;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
        }

        #content {
            width: 400px;
            padding: 8% 0 0;
            margin: auto;
        }

        #wrapper {
            padding: 20px 10px 25px;
            border-left: 4px solid #00a0d2;
            background-color: #fff;
            -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
        }
    </style>
</head>
<body>
    <div id="content">
        <div id="wrapper">
            <h2 style="text-align: center"><?php esc_html_e('This site is currently undergoing scheduled maintenance.', 'autoupdater'); ?></h2>
            <p style="text-align: center"><?php esc_html_e('Please try back soon!', 'autoupdater'); ?></p>
        </div>
    </div>
</body>
</html>