Ticket #20636: 20636.1.patch
File 20636.1.patch, 568 bytes (added by , 13 years ago) |
---|
-
wp-login.php
352 352 353 353 header('Content-Type: '.get_bloginfo('html_type').'; charset='.get_bloginfo('charset')); 354 354 355 if ( defined('RELOCATE') ) { // Move flag is set355 if ( defined('RELOCATE') && RELOCATE ) { // Move flag is set 356 356 if ( isset( $_SERVER['PATH_INFO'] ) && ($_SERVER['PATH_INFO'] != $_SERVER['PHP_SELF']) ) 357 357 $_SERVER['PHP_SELF'] = str_replace( $_SERVER['PATH_INFO'], '', $_SERVER['PHP_SELF'] ); 358 358