aboutsummaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-07-23 11:38:56 +0200
committerMinteck <contact@minteck.org>2022-07-23 11:38:56 +0200
commit2095fb6acf7f0a90fad102fb7ff502c52eb53489 (patch)
treeb61c8f3bf106fa955882e6572d033136624a9eb0 /includes/header.php
parent847d2c2b004e1797cfb445e0967851d878cc88e5 (diff)
downloadember-2095fb6acf7f0a90fad102fb7ff502c52eb53489.tar.gz
ember-2095fb6acf7f0a90fad102fb7ff502c52eb53489.tar.bz2
ember-2095fb6acf7f0a90fad102fb7ff502c52eb53489.zip
Random fixes and stuffHEADtrunk
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