From 293b5ef7d25a3c284b056272102fb04d684d82af Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 15 Oct 2019 05:17:08 +0200 Subject: [PATCH] login/emulate: serve subpages instead of redirects --- login/emulate/index.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/login/emulate/index.php b/login/emulate/index.php index f240236..c3439a1 100644 --- a/login/emulate/index.php +++ b/login/emulate/index.php @@ -1,7 +1,4 @@ dir}/.passwd")) ) { } $Place['pass'] = htmlspecialchars($password) ?: 'zelf ingesteld'; } -include ($request ?: 'index').'.html'; -- 2.30.0