|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/abtechsci/mmc15/Membership/admin/ |
Upload File : |
<?php
/************* Membership V2.0 *******************/
/*
Released by AwesomePHP.com, under the GPL License, a
copy of it should be attached to the zip file, or
you can view it on http://AwesomePHP.com/gpl.txt
*/
/************* Membership V2.0 *******************/
if($is_admin == false){
?>
<form name="login" id="login" method="post" action="?Main" style="display:inline;">
<table width="100%" border="1" cellspacing="0" cellpadding="2">
<tr bgcolor="#BEDEDE">
<td colspan="2"><div align="center"><font color="#999999" size="4"><strong>Admin Login </strong></font></div></td>
</tr>
<tr>
<td width="50%" bgcolor="#CAFFCA"><font size="2"><strong>Username:</strong></font></td>
<td width="50%"><font size="2">
<input name="username" type="text" id="username" class="hiddenText">
</font></td>
</tr>
<tr>
<td width="50%" bgcolor="#CAFFCA"><font size="2"><strong>Password:</strong></font></td>
<td width="50%"><font size="2">
<input name="password" type="password" id="password" class="hiddenText">
</font></td>
</tr>
<tr bgcolor="#BEDEDE">
<td colspan="2"><div align="center">
<font size="2">
<input type="submit" name="Submit" value="Submit" class="button">
<input name="doid" type="hidden" id="doid" value="1">
</font></div></td>
</tr>
</table>
</form>
<?php } else { include('config.php');}?>