Changeset 1428
- Timestamp:
- 08/22/08 12:32:53 (4 months ago)
- Files:
-
- branches/2.6/wpmu-settings.php (modified) (1 diff)
- trunk/wpmu-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.6/wpmu-settings.php
r1377 r1428 13 13 $domain = substr( $domain, 0, -3 ); 14 14 $_SERVER['HTTP_HOST'] = substr( $_SERVER['HTTP_HOST'], 0, -3 ); 15 } elseif( substr( $domain, -4 ) == ':443' ) { 16 $domain = substr( $domain, 0, -4 ); 17 $_SERVER['HTTP_HOST'] = substr( $_SERVER['HTTP_HOST'], 0, -4 ); 15 18 } else { 16 19 die( 'WPMU only works without the port number in the URL.' ); trunk/wpmu-settings.php
r1423 r1428 13 13 $domain = substr( $domain, 0, -3 ); 14 14 $_SERVER['HTTP_HOST'] = substr( $_SERVER['HTTP_HOST'], 0, -3 ); 15 } elseif( substr( $domain, -4 ) == ':443' ) { 16 $domain = substr( $domain, 0, -4 ); 17 $_SERVER['HTTP_HOST'] = substr( $_SERVER['HTTP_HOST'], 0, -4 ); 15 18 } else { 16 19 die( 'WPMU only works without the port number in the URL.' );
