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