19 lines
363 B
PHP
19 lines
363 B
PHP
<?php
|
|
/**
|
|
* File: scansearch.inc
|
|
* Author: Ryan
|
|
* Purpose: File to show scan filter
|
|
* 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
|
|
*/
|
|
|
|
$scan_filter_width = 990;
|
|
include_once 'scan-filter.inc';
|