diff -r 2cd8c1649ba9 -r 58094faf794d delete_record.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/delete_record.php Tue Apr 10 22:40:43 2007 +0000 @@ -0,0 +1,45 @@ + trancer nl> | +// | Sjeemz sjeemz nl> | +// +--------------------------------------------------------------------+ + +// +// $Id: delete_record.php,v 1.5 2002/12/10 01:29:47 azurazu Exp $ +// + +require_once("inc/toolkit.inc.php"); + +if ($_GET["id"]) { + if ($_GET["confirm"] == '0') { + clean_page("edit.php?id=".$_GET["domain"]); + } elseif ($_GET["confirm"] == '1') { + delete_record($_GET["id"]); + clean_page("edit.php?id=".$_GET["domain"]); + } + include_once("inc/header.inc.php"); + ?>

Delete record ""

You are trying to delete a record that is needed for this zone to work.
"; + } + ?>
Are you sure?

+ &confirm=1'" VALUE="Yes"> &confirm=0'" VALUE="No"> +