summaryrefslogtreecommitdiff
path: root/pages/wakeup.inc
blob: 43fa61463c8cf3d8ae949ebd9e44861e5fe95f59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages;
$emergencyHeader = true; require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc';

?>

<br>
<div class="container">
    <div id="page-content">
        <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/components/wakeup.inc"; ?>
    </div>
</div>

<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?>