summaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/includes/header.php b/includes/header.php
index 60e298e..b936301 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -60,6 +60,12 @@ if (isset($_PROFILE) && $_PROFILE["ultra"]) {
saveProfile();
}
+if (isset($_PROFILE) && $_PROFILE["plus"]) {
+ $_PROFILE["plus"] = false;
+ $_PROFILE["hadPlus"] = true;
+ saveProfile();
+}
+
?>
<!doctype html>
<html lang="en">
@@ -798,6 +804,3 @@ if (isset($_PROFILE) && $_PROFILE["ultra"]) {
<?php endif; ?>
<div class="bg-white">
- <?php if (isset($_PROFILE)): ?>
- <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/oobe.php"; ?>
- <?php endif; ?>