Changeset 1027 in ExiteCMS for branches/PLi-Fusion/edit_profile.php


Ignore:
Timestamp:
10/27/07 11:28:20 (5 years ago)
Author:
root
Message:

Merged trunk revision 1018:1026 into the PLi-Fusion branch

Location:
branches/PLi-Fusion
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion

    • Property svn:ignore
      •  

        old new  
        22config.backup.php 
        33config.php 
         4_revision_.svn 
  • branches/PLi-Fusion/edit_profile.php

    r989 r1027  
    1414+----------------------------------------------------*/ 
    1515require_once dirname(__FILE__)."/includes/core_functions.php"; 
    16 require_once PATH_ROOT."/includes/theme_functions.php"; 
     16require_once PATH_INCLUDES."theme_functions.php"; 
    1717 
    1818// temp storage for template variables 
    1919$variables = array(); 
     20 
     21// load the DNS functions include 
     22include PATH_INCLUDES."dns_functions.php"; 
    2023 
    2124// load the locates for this module 
     
    7073                $email = $_POST['user_email']; 
    7174                $email_domain = substr(strrchr($email, "@"), 1); 
    72                 if (getmxrr($email_domain, $mxhosts)) { 
     75                if (CMS_getmxrr($email_domain, $mxhosts)) { 
    7376                    // Get the hostname the MX record points to 
    7477                    $mailhost = $mxhosts[0]; 
Note: See TracChangeset for help on using the changeset viewer.