New *_action functions, removed alert_error.

git-svn-id: https://develop.svn.wordpress.org/trunk@883 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-02-17 03:00:20 +00:00
parent 48c3b696df
commit e7813d6d2b
2 changed files with 18 additions and 24 deletions
+2 -2
View File
@@ -35,10 +35,10 @@ case "step1":
}
if (!chdir($archivespath))
alert_error("Wrong path, $archivespath\ndoesn't exist\non the server");
die("Wrong path, $archivespath\ndoesn't exist\non the server");
if (!chdir($gmpath))
alert_error("Wrong path, $gmpath\ndoesn't exist\non the server");
die("Wrong path, $gmpath\ndoesn't exist\non the server");
?>
<html>
<head>