From: Mischa POSLAWSKY Date: Tue, 15 Oct 2019 03:17:08 +0000 (+0200) Subject: login/emulate: serve subpages instead of redirects X-Git-Tag: v4.1~31 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/293b5ef7d25a3c284b056272102fb04d684d82af login/emulate: serve subpages instead of redirects --- 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';