Changeset 1979 for trunk/wp-login.php
- Timestamp:
- 12/19/2004 02:30:40 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r1974 r1979 11 11 12 12 // If someone has moved WordPress let's try to detect it 13 if ( dirname('http://' . $_SERVER['HTTP_HOST'] . $_SERVER[' SCRIPT_NAME']) != get_settings('siteurl') )14 update_option('siteurl', dirname('http://' . $_SERVER['HTTP_HOST'] . $_SERVER[' SCRIPT_NAME']) );13 if ( dirname('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']) != get_settings('siteurl') ) 14 update_option('siteurl', dirname('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']) ); 15 15 16 16 switch($action) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)