HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/awaldron/public_html/archive/5a_orig/test.php
<?php
error_reporting(0);
if(phpversion() >= "4.2.0") {
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS); 
}

require("_header.php");
?>

<a href="#" onclick="javascript:window.open('calendar2.php','5AC','status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no')" class="text">Click here to test run the NEW calendar format.</a>


<?php
require("_footer.php");
?>