Make WordPress Core


Ignore:
Timestamp:
02/17/2004 03:00:20 AM (22 years ago)
Author:
saxmatt
Message:

New *_action functions, removed alert_error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import-greymatter.php

    r762 r883  
    3636
    3737    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");
    3939
    4040    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");
    4242?>
    4343<html>
Note: See TracChangeset for help on using the changeset viewer.