summaryrefslogtreecommitdiff
path: root/pages/fronting.inc
blob: 1c16a80ed89d16591ea08f9ea8fd7efc15b00f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

if (time() >= 1686787200) {
    header("Location: /evening");
    die();
}

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

?>

<br>
<div class="container">
    <div>
        <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/components/planner.inc"; ?>
    </div>
</div>

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