Changeset 1416 in ExiteCMS for trunk/includes/dns_functions.php
- Timestamp:
- 05/18/08 01:39:32 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/dns_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/dns_functions.php
r1321 r1416 64 64 65 65 # Valid records begin with hostname: 66 if (ereg( "^$hostname tMX preference = ([0-9]+), mail exchanger = (.*)$", $line, $parts ) ) {66 if (ereg( "^$hostname\tMX preference = ([0-9]+), mail exchanger = (.*)$", $line, $parts ) ) { 67 67 $mxhosts[ $parts[1] ] = $parts[2]; 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.
