diff options
author | Minteck <contact@minteck.org> | 2022-07-23 11:38:56 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-23 11:38:56 +0200 |
commit | 2095fb6acf7f0a90fad102fb7ff502c52eb53489 (patch) | |
tree | b61c8f3bf106fa955882e6572d033136624a9eb0 /includes/header.php | |
parent | 847d2c2b004e1797cfb445e0967851d878cc88e5 (diff) | |
download | ember-2095fb6acf7f0a90fad102fb7ff502c52eb53489.tar.gz ember-2095fb6acf7f0a90fad102fb7ff502c52eb53489.tar.bz2 ember-2095fb6acf7f0a90fad102fb7ff502c52eb53489.zip |
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 2 |
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 |