]> git.plutz.net Git - shcgi/blobdiff - index.cgi
introduced cookie array, extended urlsave function, IMPORTANT: removed " from array...
[shcgi] / index.cgi
index af99fe150b67db0149b81858603d69e9a2b1c17d..b407fc17ea0dcf6d556dba7b5ad5df5eb91189b2 100755 (executable)
--- 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"