aboutsummaryrefslogtreecommitdiff
path: root/captain/template.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-05-06 11:47:53 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-05-06 11:47:53 -0400
commit13a08c508005b9c3b280c05459e943a268b5ccc5 (patch)
tree246029b796ea10d7da11b7032970501bfa605589 /captain/template.f90
parentb9cac9bb26fe388abff34fa4fc562b0804cabb2e (diff)
downloadlevitating-13a08c508005b9c3b280c05459e943a268b5ccc5.tar.gz
levitating-13a08c508005b9c3b280c05459e943a268b5ccc5.zip
Fixed static file handler to allow subdirectories properly. Fixed directory file listing under Linux. Release listing now works through CGI.
Diffstat (limited to 'captain/template.f90')
-rw-r--r--captain/template.f902
1 files changed, 2 insertions, 0 deletions
diff --git a/captain/template.f90 b/captain/template.f90
index 9ababb2..f3f6db1 100644
--- a/captain/template.f90
+++ b/captain/template.f90
@@ -281,6 +281,8 @@ contains
call self%variables(i)%assign(name, value)
+ call write_log(name//"=|||"//trim(value)//"|||", LOG_INFO)
+
end subroutine template_assign_string
subroutine template_assign_logical(self, name, value)