| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/usagrantapplications.org/pom/admin/ |
Upload File : |
<html>
<head>
<title>The Heinz Page-O-Matic</title>
<style type="text/css">
<!--
body, table { font:11px Verdana,Arial,Helvetica,sans-serif }
td.tdDark { background-color:#DCDCDC }
td.tdLight { background-color:#F6F6F6 }
td.tdDark, td.tdLight { padding:3px }
-->
</style>
</head>
<body>
<form action="/pom/admin/login.php" method="POST">
<table border="0" cellpadding="2" cellspacing="0" align="center">
<tr>
<th colspan="2" align="center">Login</th>
</tr>
<tr>
<td>Username:</td>
<td>
<input type="text" name="username">
</td>
</tr>
<tr>
<td>Password:</td>
<td>
<input type="password" name="password">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value="Login">
</td>
</tr>
<?
if (isset($error))
{
?>
<tr style="background:#ff0000;color:#fff;">
<td colspan="2"><?= $error; ?></td>
</tr>
<?
}
?>
</table>
<input type="hidden" name="Login" value="1">
</form>
</body>
</html>