X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=index.cgi;h=ec358c8cbd9aced5c135d1a597d0e597d4be88a1;hp=45602fcfc2895ab1785759c56afbe622766f8e8a;hb=a8c6f8b510bb4747798c4f576162733d982bae75;hpb=2a8ceba3e2a32940dafd3305237b4b519ef8781c diff --git a/index.cgi b/index.cgi index 45602fc..ec358c8 100755 --- 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"