summaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php
index 811b224..482eda3 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -867,4 +867,7 @@ if (isset($_GET["__"])) {
</style>
<?php endif; ?>
-<div class="bg-white"> \ No newline at end of file
+<div class="bg-white">
+ <?php if (isset($_PROFILE)): ?>
+ <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/oobe.php"; ?>
+ <?php endif; ?>