21 lines
424 B
PHP
21 lines
424 B
PHP
<?php
|
|
|
|
/**
|
|
* File: stig.php
|
|
* Author: Ryan Prather <ryan.prather@cyberperspectives.com>
|
|
* Purpose: To display a popup with all PDI details
|
|
* Created: May 30, 2017
|
|
*
|
|
* Copyright 2017: Cyber Perspective, LLC, All rights reserved
|
|
* Released under the Apache v2.0 License
|
|
*
|
|
* See license.txt for details
|
|
*
|
|
* Change Log:
|
|
* - May 30, 2017 - File created
|
|
*/
|
|
/**
|
|
* @todo finish
|
|
*/
|
|
print "Functionality coming soon";
|