Changeset 1948
- Timestamp:
- 12/14/2004 07:55:26 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r1895 r1948 5 5 6 6 require_once('../wp-config.php'); 7 require ('./upgrade-functions.php');8 9 $guessurl = str_replace('/wp-admin/install.php?step=2', '', 'http://' . $ HTTP_HOST . $REQUEST_URI);7 require_once('./upgrade-functions.php'); 8 9 $guessurl = str_replace('/wp-admin/install.php?step=2', '', 'http://' . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) ); 10 10 11 11 if (isset($_GET['step']))
Note: See TracChangeset
for help on using the changeset viewer.