summaryrefslogtreecommitdiff
path: root/src/web/router.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/router.php')
-rw-r--r--src/web/router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/router.php b/src/web/router.php
index 536e228..57b69c0 100644
--- a/src/web/router.php
+++ b/src/web/router.php
@@ -11,7 +11,7 @@ class Router {
$this->ldap = new LDAPHelper();
$this->auth = new AuthHelper();
- $this->domain = getenv("HTTP_HOST");
+ $this->domain = CONFIG["HTTP_HOST"];
}
/**