Changeset 288 for quests/user.php
- Timestamp:
- Jan 30, 2008, 9:40:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/user.php
r287 r288 8 8 9 9 10 if (array_key_exists('text', $_POST) and Licence( 1)) {10 if (array_key_exists('text', $_POST) and Licence(2)) { 11 11 $text = $_POST['text']; 12 12 $email = $_POST['email']; … … 16 16 echo 'text: <b>'.$text.'</b><br />'; 17 17 18 if(@mail($email, $subject, $text )){18 if(@mail($email, $subject, $text, "From: maron2@centrum.cz\nReply-To: maron2@centrum.cz\nX-Mailer: PHP/")){ 19 19 echo 'Zpráva byla odeslána.<br /><br />'; 20 20 }
Note:
See TracChangeset
for help on using the changeset viewer.