aboutsummaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php
index 765bd28..130257c 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -1,4 +1,4 @@
<?php
-$conepone = str_ends_with($_SERVER['HTTP_HOST'], "conep.one");
+$conepone = str_contains($_SERVER['HTTP_HOST'], "cloudburst.");
$domainMode = $conepone ? "conep.one" : "minteck.org"; \ No newline at end of file