]> git.plutz.net Git - shellwiki/commitdiff
include file serving
authorPaul Hänsch <paul@plutz.net>
Thu, 19 May 2022 14:46:16 +0000 (16:46 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 19 May 2022 14:46:16 +0000 (16:46 +0200)
handlers/10_page.sh

index 186b705715231a31c290e5d66dbaac1fe58cb6c9..0ebc2d028737979a84213bcdb89d54708eb7c583 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+. "$_EXEC/cgilite/file.sh"
+
 CACHE_AGE=${CACHE_AGE:-300}
 export MD_MACROS="$_EXEC/macros"
 export MD_HTML="${MD_HTML:-false}"