diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-26 11:45:12 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-26 11:45:12 -0500 |
commit | 82f911cf18c615d23d7a6934c36879e75f2cf46e (patch) | |
tree | 5171b3dbdedf96aee4740eeae03fec23b8d878aa /src/web/index.php | |
parent | add logout, better router (diff) | |
download | ldap_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.php | 1 |
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'); |