]> git.plutz.net Git - cgilite/blobdiff - action.sh
merge with cgi scripts from busy
[cgilite] / action.sh
index 390c5ef616d0217385892ca34a7ed952ebed5170..5432664b288da1116d90a2ec349642e0a4a1c7ad 100755 (executable)
--- a/action.sh
+++ b/action.sh
@@ -19,6 +19,6 @@
 
 ACTION="$(echo "$_GET[\"action\"]" |egrep '^[a-zA-Z0-9_-]+$')"
 ACTION="${_EXEC}/actions/${ACTION}.sh"
-[ -x "$ACTION" ] || echo -n "Location: /?p=error\n\n"
+[ -x "$ACTION" ] || echo -n "Location: ?p=error\n\n"
 
 . $ACTION