summaryrefslogtreecommitdiff
path: root/src/web/index.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-11-26 11:45:12 -0500
committerFreya Murphy <freya@freyacat.org>2024-11-26 11:45:12 -0500
commit82f911cf18c615d23d7a6934c36879e75f2cf46e (patch)
tree5171b3dbdedf96aee4740eeae03fec23b8d878aa /src/web/index.php
parentadd logout, better router (diff)
downloadldap_forwardauth-82f911cf18c615d23d7a6934c36879e75f2cf46e.tar.gz
ldap_forwardauth-82f911cf18c615d23d7a6934c36879e75f2cf46e.tar.bz2
ldap_forwardauth-82f911cf18c615d23d7a6934c36879e75f2cf46e.zip
new style, add redirect support
Diffstat (limited to '')
-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 d4271c9..c4417ea 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 . '/helpers/html.php');
require($webroot . '/helpers/schema.php');
require($webroot . '/helpers/ldap.php');
require($webroot . '/helpers/auth.php');