X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=index.cgi;h=b407fc17ea0dcf6d556dba7b5ad5df5eb91189b2;hp=af99fe150b67db0149b81858603d69e9a2b1c17d;hb=9b62da2cc5552e018fe8c48360c770446a9a6b55;hpb=3a43bceff672dae6d391a53a1a12943c207aeff1 diff --git a/index.cgi b/index.cgi index af99fe1..b407fc1 100755 --- a/index.cgi +++ b/index.cgi @@ -74,7 +74,7 @@ cgi_get [ -x "$_EXEC/constants.sh" ] && . "$_EXEC/constants.sh" -if [ -n "$_GET[\"action\"]" ]; then +if [ -n "${_GET[action]}" ]; then . "$_EXEC/shcgi/action.sh" else . "$_EXEC/shcgi/page.sh"