source:
hadoop-register/admin/mailall.php
@
149
Last change on this file since 149 was 112, checked in by jazz, 15 years ago | |
---|---|
File size: 199 bytes |
Line | |
---|---|
1 | <html> |
2 | <head> |
3 | <title> mail to all</title> |
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 | </head> |
6 | <body> |
7 | <? |
8 | $usermail = $_GET["usermail"]; |
9 | echo "$usermail"; |
10 | |
11 | ?> |
12 | </body> |
13 | </html> |
Note: See TracBrowser
for help on using the repository browser.