Skip to content
Snippets Groups Projects
Commit 25d86513 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding some text to the receive info script that receives info from simplesaml...

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
parent 04493e6e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment