X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=index.cgi;h=b407fc17ea0dcf6d556dba7b5ad5df5eb91189b2;hb=2025d397530ad31a57c4c1df926891b028a712a7;hp=af99fe150b67db0149b81858603d69e9a2b1c17d;hpb=3a43bceff672dae6d391a53a1a12943c207aeff1;p=cgilite 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"