aboutsummaryrefslogtreecommitdiff
path: root/_site/includes/dom/header.php
diff options
context:
space:
mode:
Diffstat (limited to '_site/includes/dom/header.php')
-rw-r--r--_site/includes/dom/header.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/_site/includes/dom/header.php b/_site/includes/dom/header.php
index 15beaa1..97b8fb7 100644
--- a/_site/includes/dom/header.php
+++ b/_site/includes/dom/header.php
@@ -1,6 +1,8 @@
<?php
-$GLOBALS["experimentalUIisStable"] = false;
+$GLOBALS["experimentalUIisStable"] = true;
+
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/telemetry.php";
if ((isset($_COOKIE['_UnchainedTech_ExperimentalUI']) && $_COOKIE['_UnchainedTech_ExperimentalUI'] === "true") || $GLOBALS["experimentalUIisStable"]) {
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/v2/header.php";