Changeset 4381 for irpg/trunk/htdocs
- Timestamp:
 - Jul 28, 2011, 2:22:35 AM (14 years ago)
 - File:
 - 
      
- 1 edited
 
- 
  irpg/trunk/htdocs/contact.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
irpg/trunk/htdocs/contact.php
r1451 r4381 8 8 9 9 echo "<h1>Contact</h1>"; 10 if ( $_POST['from'] && $_POST['text']) {10 if (!empty($_POST['from'])&&!empty($_POST['text'])) { 11 11 mail($admin_email,"IRPG: ".$_POST['from'], 12 12 "Name: ".$_POST['name']."\nE-mail: ".$_POST['from']."\n\n".  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  