[fix] deleting a domain didn't work (post/request check)

This commit is contained in:
Benjamin Sonntag 2016-05-31 12:13:57 +02:00
parent 9057254059
commit e381692cbd
1 changed files with 1 additions and 1 deletions

View File

@ -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", ""),
);