summaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/header.php b/includes/header.php
index c59262e..ca60d9e 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -54,6 +54,12 @@ if (isset($_GET["__"])) {
$_id = str_replace("/", "-", substr($_GET["__"], 1));
}
+if (isset($_PROFILE) && $_PROFILE["ultra"]) {
+ $_PROFILE["ultra"] = false;
+ $_PROFILE["hadUltra"] = true;
+ saveProfile();
+}
+
?>
<!doctype html>
<html lang="en">