]> git.plutz.net Git - confetti/blobdiff - index.cgi
display main navigation menu
[confetti] / index.cgi
index 45602fcfc2895ab1785759c56afbe622766f8e8a..ec358c8cbd9aced5c135d1a597d0e597d4be88a1 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -6,7 +6,8 @@ die() {
   exit 1
 }
 debug() { #change to false to disable debugging
-  true && echo "$*" >>debug
+  #true && echo "$*" >>debug
+  true && echo "$*" >>/dev/stderr
 }
 
 # this program is supposed to be symlinked into a http root directory
@@ -46,3 +47,4 @@ EOF
 cgi_get
 debug "$_GET"
 
+. "$_EXEC/page.sh"