修复 XSS漏洞一处
This commit is contained in:
parent
8c8181f270
commit
b5e209ff74
|
@ -31,6 +31,7 @@ $page = max(1, intval($_GET['page']));
|
|||
$action = $_GET['action'];
|
||||
$operation = $_GET['operation'];
|
||||
$start_limit = ($page - 1) * $_G['tpp'];
|
||||
$_GET['idtype'] = dhtmlspecialchars($_GET['idtype']);
|
||||
|
||||
$comma = $typeadd = $filteradd = $forumperm = $targetgroupperm = '';
|
||||
$magicarray = is_array($_G['cache']['magics']) ? $_G['cache']['magics'] : array();
|
||||
|
|
Loading…
Reference in New Issue