Changeset 1027 in ExiteCMS for branches/PLi-Fusion/edit_profile.php
- Timestamp:
- 10/27/07 11:28:20 (5 years ago)
- Location:
- branches/PLi-Fusion
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
edit_profile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion
- Property svn:ignore
-
old new 2 2 config.backup.php 3 3 config.php 4 _revision_.svn
-
- Property svn:ignore
-
branches/PLi-Fusion/edit_profile.php
r989 r1027 14 14 +----------------------------------------------------*/ 15 15 require_once dirname(__FILE__)."/includes/core_functions.php"; 16 require_once PATH_ ROOT."/includes/theme_functions.php";16 require_once PATH_INCLUDES."theme_functions.php"; 17 17 18 18 // temp storage for template variables 19 19 $variables = array(); 20 21 // load the DNS functions include 22 include PATH_INCLUDES."dns_functions.php"; 20 23 21 24 // load the locates for this module … … 70 73 $email = $_POST['user_email']; 71 74 $email_domain = substr(strrchr($email, "@"), 1); 72 if ( getmxrr($email_domain, $mxhosts)) {75 if (CMS_getmxrr($email_domain, $mxhosts)) { 73 76 // Get the hostname the MX record points to 74 77 $mailhost = $mxhosts[0];
Note: See TracChangeset
for help on using the changeset viewer.
