Changeset 883 for trunk/wp-admin/import-greymatter.php
- Timestamp:
- 02/17/2004 03:00:20 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import-greymatter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-greymatter.php
r762 r883 36 36 37 37 if (!chdir($archivespath)) 38 alert_error("Wrong path, $archivespath\ndoesn't exist\non the server");38 die("Wrong path, $archivespath\ndoesn't exist\non the server"); 39 39 40 40 if (!chdir($gmpath)) 41 alert_error("Wrong path, $gmpath\ndoesn't exist\non the server");41 die("Wrong path, $gmpath\ndoesn't exist\non the server"); 42 42 ?> 43 43 <html>
Note: See TracChangeset
for help on using the changeset viewer.