Home
last modified time | relevance | path

Searched refs:cve_id_not (Results 1 – 2 of 2) sorted by relevance

/web-bugs/www/
H A Dsearch.php81 'cve_id_not' => $cve_id_not,
300 …<input type="checkbox" name="cve_id_not" id="cve_id_not" value="1" <?php echo ($cve_id_not == 'not…
/web-bugs/include/
H A Dquery.php39 $cve_id_not = !empty($_GET['cve_id_not']) ? 'not' : ''; variable
186 $where_clause .= " AND bugdb.cve_id {$cve_id_not} LIKE " . $dbh->quote($cve_id.'%');

Completed in 9 milliseconds