summaryrefslogtreecommitdiff
path: root/src/web/index.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-11-26 11:52:43 -0500
committerFreya Murphy <freya@freyacat.org>2024-11-26 11:52:43 -0500
commitf5841f8ebec338fe2af87a2e50d105560b9994ba (patch)
tree94557f06567179a86b2264e7cd16951bc4de1c1f /src/web/index.php
parentnew style, add redirect support (diff)
downloadldap_forwardauth-f5841f8ebec338fe2af87a2e50d105560b9994ba.tar.gz
ldap_forwardauth-f5841f8ebec338fe2af87a2e50d105560b9994ba.tar.bz2
ldap_forwardauth-f5841f8ebec338fe2af87a2e50d105560b9994ba.zip
dont hardcode getenv
Diffstat (limited to 'src/web/index.php')
-rw-r--r--src/web/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/index.php b/src/web/index.php
index c4417ea..428da57 100644
--- a/src/web/index.php
+++ b/src/web/index.php
@@ -6,6 +6,7 @@ $webroot = dirname(__FILE__);
$publicroot = realpath(dirname(__FILE__) . '/../public');
// load stuff
+require($webroot . '/config.php');
require($webroot . '/helpers/html.php');
require($webroot . '/helpers/schema.php');
require($webroot . '/helpers/ldap.php');