Changeset 3985 for trunk/wp-admin/import/greymatter.php
- Timestamp:
- 07/05/2006 10:00:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/greymatter.php
r3661 r3985 88 88 89 89 if (!chdir($archivespath)) 90 die("Wrong path, $archivespath\ndoesn't exist\non the server");90 wp_die("Wrong path, $archivespath\ndoesn't exist\non the server"); 91 91 92 92 if (!chdir($gmpath)) 93 die("Wrong path, $gmpath\ndoesn't exist\non the server");93 wp_die("Wrong path, $gmpath\ndoesn't exist\non the server"); 94 94 95 95 $this->header();
Note: See TracChangeset
for help on using the changeset viewer.