From 96387025da63025894f6259f7eebed0fc6fc53ac Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Sun, 9 Aug 2026 15:44:18 +0100 Subject: implement the rest of login process incl. cookie redirects and 'next' --- webroot/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'webroot/index.php') diff --git a/webroot/index.php b/webroot/index.php index eda73c2..8a4be02 100644 --- a/webroot/index.php +++ b/webroot/index.php @@ -21,6 +21,7 @@ $config = parse_ini_file(__DIR__ . '/../config.ini', true, INI_SCANNER_TYPED); Psso\Session::setDsn($config, 'sqlite:' . __DIR__ . '/../data/sessions.sqlite'); require_once __DIR__ . '/../localisation.php'; +require_once __DIR__ . '/../misc.php'; Psso\XMLResponse::addStylesheet('../templates/index.xsl'); Psso\XMLResponse::addPreamble(function ($doc) use ($config) { -- cgit v1.3