18 lines
393 B
PHP
18 lines
393 B
PHP
<?php
|
|
/**
|
|
* File: findsearch.inc
|
|
* Author: Ryan
|
|
* Purpose: File to establish a filter searching for findings
|
|
* Created: Sep 7, 2016
|
|
*
|
|
* Copyright 2016: Cyber Perspectives, All rights reserved
|
|
* Released under the Apache v2.0 License
|
|
*
|
|
* See license.txt for details
|
|
*
|
|
* Change Log:
|
|
* - Sep 7, 2016 - File created
|
|
*/
|
|
|
|
$finding_filter_width = 990;
|
|
include_once 'finding-filter.inc'; |