Changeset 2473
- Timestamp:
- 02/17/09 22:27:09 (4 years ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/class/m_admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/class/m_admin.php
r2458 r2473 409 409 '%type' => $db->Record['type'], 410 410 '%notes' => $db->Record['notes'])); 411 if (mail($dest,"New account (" . .$db->Record['login']." from ".$db->Record['parentlogin'].") on $L_HOSTING",$mail,"From: postmaster@$L_FQDN")) {411 if (mail($dest,"New account (" . $db->Record['login']." from ".$db->Record['parentlogin'].") on $L_HOSTING",$mail,"From: postmaster@$L_FQDN")) { 412 412 echo "Successfully sent email to $dest"; 413 413 } else {
Note: See TracChangeset
for help on using the changeset viewer.
