mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user