From 9cb56dabb676391a9382731347e8d2b07b9437a5 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 7 Apr 2024 13:25:49 +0200 Subject: big cleanup --- tpl/_users/login.tpl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tpl/_users/login.tpl (limited to 'tpl/_users/login.tpl') diff --git a/tpl/_users/login.tpl b/tpl/_users/login.tpl deleted file mode 100644 index 5857188..0000000 --- a/tpl/_users/login.tpl +++ /dev/null @@ -1,18 +0,0 @@ -

User login

-
-% if(check_user) { - You are logged in as: %($logged_user%) -% } -% if not { -% if (~ $REQUEST_METHOD POST) -% echo '
Login failed!
' -
-
-
-
- -
-
-% } - -
-- cgit v1.2.3