Fix the references to the file name changes.

This commit is contained in:
Mark Crane
2013-08-20 07:50:48 +00:00
parent 854f199523
commit b3b53d6a9f
3 changed files with 7 additions and 7 deletions
@@ -57,7 +57,7 @@ if (strlen($id)>0) {
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=domains_edit.php?id=$domain_uuid\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=domain_edit.php?id=$domain_uuid\">\n";
echo "<div align='center'>\n";
echo $text['message-delete']."\n";
echo "</div>\n";