<?/* WBBlog - Single User Blog Version 1.0 Michael Lintz - LIQUA Web Solutions hide@address.com - http://www.liqua.com Copyright (C) 2005 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */?> <?php if ($cmd == "admin"): ?> <? include 'head.inc.php'; ?> <table class='ContentTitle'> <tr> <td>Site Admin Login</td> </tr> </table> <br /> <center><form action=checkuser.php method=post><br /><b>Email Address:</b> <input name=u_email type=text id=u_email size=15> <br /><b>Password:</b> <input name=u_password type=password id=u_password size=15><br /> <br /><table><tr><td> </td></tr> </table><br /><input type=submit name=Submit value=Login!></form></center> <br /><br /><br /> <?php endif; ?>