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

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

if ($_PROFILE["id"] !== "0f3661dd-ff60-4cde-bf13-1b0a59e78f11" && $_PROFILE["id"] !== "ce1606a9-344f-4547-bffe-bc2ab0eebfa8") {
    header("Location: /");
    die();
}

$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/pleasure.inc"; ?>
    </div>
</div>

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