]> git.plutz.net Git - confetti/blobdiff - action.sh
allowed editing of full name
[confetti] / action.sh
index f8fef05571912b0540d5bdf9049bc87c8d07f64b..d9d6be2bbebef7f6eb41e6679fc1a6eaf239d9a6 100755 (executable)
--- a/action.sh
+++ b/action.sh
@@ -2,6 +2,6 @@
 
 ACTION="$(echo "$_GET[\"action\"]" |egrep '^[a-zA-Z0-9_-]+$')"
 ACTION="${_EXEC}/actions/${ACTION}.sh"
 
 ACTION="$(echo "$_GET[\"action\"]" |egrep '^[a-zA-Z0-9_-]+$')"
 ACTION="${_EXEC}/actions/${ACTION}.sh"
-[ -x "$ACTION" ] || echo -n "Location: http://$HTTP_HOST/?page=error"
+[ -x "$ACTION" ] || echo -n "Location: http://$HTTP_HOST/?page=error\n\n"
 
 . $ACTION
 
 . $ACTION