]> git.plutz.net Git - confetti/blobdiff - index.cgi
options for card editor, framework for editing actions
[confetti] / index.cgi
index def6da0b4c8f72797bab10e7af5cc7bc03ff5e27..277f7ae0517f4c7eeb01edc08c67fb4fbb236ba3 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -48,4 +48,4 @@ EOF
 cgi_get
 debug "$_GET"
 
 cgi_get
 debug "$_GET"
 
-. "$_EXEC/page.sh"
+[ -n "$_GET[\"action\"]" ] && . "$_EXEC/action.sh" || . "$_EXEC/page.sh"