Changeset 4381 for irpg


Ignore:
Timestamp:
Jul 28, 2011, 2:22:35 AM (13 years ago)
Author:
Daimonos Tereutes
Message:

Notice: Undefined index: from

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irpg/trunk/htdocs/contact.php

    r1451 r4381  
    88
    99    echo "<h1>Contact</h1>";
    10     if ($_POST['from'] && $_POST['text']) {
     10    if (!empty($_POST['from'])&&!empty($_POST['text'])) {
    1111        mail($admin_email,"IRPG: ".$_POST['from'],
    1212             "Name: ".$_POST['name']."\nE-mail: ".$_POST['from']."\n\n".
Note: See TracChangeset for help on using the changeset viewer.