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: //proc/self/root/home/awaldron/public_html/archive/demo/search/templates/search-form-tiny.php
<form action="index.php" method="GET">
<table cellpadding="2" cellspacing="0" border="0" class="search_form">
<tr>
	<td>Search for:</td>
	<td><input type="text" name="q" value="<?=$_GET['q']?>" class="search_fields"></td>
	<td><input type="submit" value="Search" class="search_fields" style="cursor:pointer;"></td>
</tr>
</table>
</form>