parent
6214b2681e
commit
a4f8e05832
@ -0,0 +1,16 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
cat << EOF |
||||||
|
HTTP/1.1 301 Moved Permanently |
||||||
|
Location: form?form_name=signup_step_2&first_name=$first_name&last_name=$last_name&email_address=$email_address |
||||||
|
Content-Type: text/html |
||||||
|
Content-Length: 174 |
||||||
|
|
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<title>Redir</title> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
</body> |
||||||
|
</html> |
||||||
|
EOF |
@ -0,0 +1,8 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
echo "Signed up '$first_name $last_name <$email_address>' for the newsletter.\n" |
||||||
|
|
||||||
|
echo "The following topics have been set:\n" |
||||||
|
|
||||||
|
echo " - Company news: $check_company" |
||||||
|
echo " - Products: $check_products" |
Loading…
Reference in new issue