diff -r 2cd8c1649ba9 -r 58094faf794d delete_domain.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/delete_domain.php Tue Apr 10 22:40:43 2007 +0000 @@ -0,0 +1,50 @@ + trancer nl> | +// | Sjeemz sjeemz nl> | +// +--------------------------------------------------------------------+ + +// +// $Id: delete_domain.php,v 1.6 2002/12/18 01:13:10 azurazu Exp $ +// + +require_once("inc/toolkit.inc.php"); + +if (!level(5)) +{ + error(ERR_LEVEL_5); + +} + +if ($_GET["id"]) { + if ($_GET["confirm"] == '0') { + clean_page("index.php"); + } elseif ($_GET["confirm"] == '1') { + delete_domain($_GET["id"]); + clean_page("index.php"); + } + include_once("inc/header.inc.php"); + $info = get_domain_info_from_id($_GET["id"]); + ?>

Delete domain ""

+ Owner:
+ Number of records in zone:

+ Are you sure?

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