Changeset 1024 in ExiteCMS for trunk/register.php
- Timestamp:
- 10/27/07 11:14:52 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
register.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 2 2 config.backup.php 3 3 config.php 4 _revision_.svn
-
- Property svn:ignore
-
trunk/register.php
r954 r1024 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 … … 21 21 // no point registering when you're already a member 22 22 if (iMEMBER) fallback(BASEDIR."index.php"); 23 24 // include the DNS functions include 25 include PATH_INCLUDES."dns_functions.php"; 23 26 24 27 // load the locales for this module … … 74 77 75 78 $email_domain = substr(strrchr($email, "@"), 1); 76 if ( getmxrr($email_domain, $mxhosts)) {79 if (CMS_getmxrr($email_domain, $mxhosts)) { 77 80 // Get the hostname the MX record points to 78 81 $mailhost = $mxhosts[0];
Note: See TracChangeset
for help on using the changeset viewer.
