Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
IDI-102: Change to mailing list signup
Browse files Browse the repository at this point in the history
  • Loading branch information
acheetham committed May 13, 2013
1 parent 953acc1 commit 48f660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailinglist.php
Expand Up @@ -2,7 +2,7 @@

if (isset($_POST['email'])) {
$email = trim($_POST['email']);
$subscribeurl="http://lists.idrc.ocad.ca/cgi-bin/mailman/admin/idi-discuss/members/add?subscribe_or_invite=0&send_welcome_msg_to_this_batch=1&notification_to_list_owner=1&subscribees_upload=" . $email . "&adminpw=eY3g41632W";
$subscribeurl="http://lists.idrc.ocad.ca/cgi-bin/mailman/admin/idi-community/members/add?subscribe_or_invite=0&send_welcome_msg_to_this_batch=1&notification_to_list_owner=1&subscribees_upload=" . $email . "&adminpw=ch@ng3m3";
if (@file_get_contents("$subscribeurl"))
echo $email;
}
Expand Down

0 comments on commit 48f660b

Please sign in to comment.