Erase login IP addresses after seven days
[aur.git] / web / html / 503.php
blob80eb436944eaf9c1f1a82bb917ee6c32e5d9ff2e
1 <?php
3 set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
5 html_header( __("Service Unavailable") );
6 ?>
8 <div id="error-page" class="box 503">
9 <h2>503 - <?= __("Service Unavailable") ?></h2>
10 <p><?= __("Don't panic! This site is down due to maintenance. We will be back soon.") ?></p>
11 </div>
13 <?php
14 html_footer(AURWEB_VERSION);