projects
/
confetti
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
options for card editor, framework for editing actions
[confetti]
/
index.cgi
diff --git
a/index.cgi
b/index.cgi
index
def6da0
..
277f7ae
100755
(executable)
--- 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"