Changeset 1578
- Timestamp:
- 08/30/04 23:39:02 (4 years ago)
- Files:
-
- trunk/wp-admin/import-mt.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/import-mt.php
r1575 r1578 5 5 if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. You must install WordPress before you import any entries."); 6 6 require('../wp-config.php'); 7 require ('upgrade-functions.php'); 7 8 $step = $HTTP_GET_VARS['step']; 8 9 if (!$step) $step = 0;
