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/_debug.tpl | 29 ----------------------------- tpl/_users/login.tpl | 18 ------------------ 2 files changed, 47 deletions(-) delete mode 100644 tpl/_debug.tpl delete mode 100644 tpl/_users/login.tpl (limited to 'tpl') diff --git a/tpl/_debug.tpl b/tpl/_debug.tpl deleted file mode 100644 index 4d650ea..0000000 --- a/tpl/_debug.tpl +++ /dev/null @@ -1,29 +0,0 @@ -% if(! ~ $#debug_shell 0) { -
- - -
- - -%{ -fn evl { - # Buffering is probably messing this up: - #rc -c 'flag x +;{'^$post_arg_command'} |[2] awk ''{print ">> "$0}''' - rc -c 'flag s +; flag x +;'^$post_arg_command -} - if(! ~ $#post_arg_command 0 && ! ~ $#post_arg_command '') { - echo '
'
-        evl | escape_html |[2] awk '{print ""$0""}' 
-        echo '
' - } -%} -% } - -
-% env | escape_html
-

- -% umask - 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