From 25d86513b558e635a795f213b31b3319fd7d1ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Thu, 14 Feb 2008 04:43:55 +0000 Subject: [PATCH] Adding some text to the receive info script that receives info from simplesaml and sends it on email to the administrators git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@295 44740490-163a-0410-bde0-09ae8108e29a --- extra/receiveinfo.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extra/receiveinfo.php b/extra/receiveinfo.php index 4bddc2481..2f4319b8f 100644 --- a/extra/receiveinfo.php +++ b/extra/receiveinfo.php @@ -10,11 +10,13 @@ ?> <p>Thanks for sending information to us from simpleSAMLphp.</p> +<p>If you sent us metadata and expect us to add the metadata to our test enviornment, you also would need to send us an email to moria-support@uninett.no to explain what is the purpose of the testing, and tell us who you are :).</p> + <?php -#$to = 'andreas.solberg@uninett.no, moria-support@uninett.no'; -$to = 'andreas.solberg@uninett.no'; +$to = 'andreas.solberg@uninett.no, moria-support@uninett.no'; +#$to = 'andreas.solberg@uninett.no'; if (isset($_POST['action'])) { @@ -69,4 +71,3 @@ mail($to, $subject, $message, $headers); } ?> - -- GitLab