diff --git a/bureau/admin/dom_dodel.php b/bureau/admin/dom_dodel.php index a81f55b5..86523181 100755 --- a/bureau/admin/dom_dodel.php +++ b/bureau/admin/dom_dodel.php @@ -31,7 +31,7 @@ require_once("../class/config.php"); include_once("head.php"); $fields = array ( - "domain" => array ("post", "string", ""), + "domain" => array ("request", "string", ""), "del_confirm" => array ("post", "string", ""), "del_cancel" => array ("post", "string", ""), );