X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=index.cgi;h=277f7ae0517f4c7eeb01edc08c67fb4fbb236ba3;hp=def6da0b4c8f72797bab10e7af5cc7bc03ff5e27;hb=737e7f91162ec98b99dd2796ca26dd95e8c21f49;hpb=c778a3abd05946586813bb0b676e04b616d294a4 diff --git a/index.cgi b/index.cgi index def6da0..277f7ae 100755 --- a/index.cgi +++ b/index.cgi @@ -48,4 +48,4 @@ EOF cgi_get debug "$_GET" -. "$_EXEC/page.sh" +[ -n "$_GET[\"action\"]" ] && . "$_EXEC/action.sh" || . "$_EXEC/page.sh"