国光
Results
1
issues of
国光
# Vulnerability file `coreframe/app/order/admin/goods.php` ```php $keywords = isset($GLOBALS['keywords']) ? trim($GLOBALS['keywords']) : ''; $status_arr = $this->status_arr; $page = isset($GLOBALS['page']) ? intval($GLOBALS['page']) : 1; $page = max($page,1); $where = ''; if($cardtype!=-1) {...