C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\zomplog\admin\header.php


1
<html><head><title>Zomplog</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link rel="stylesheet" href="style.css" type="text/css" /><script>function verify(){msg = "Are you sure you want to delete this entire record from the database?";//all we have to do is return the return value of the confirm() methodreturn confirm(msg);}</script>        </head><body bgcolor="#FFFFFF" background="images/back.gif"><table width="100" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr>    <td><img src="images/spacer.gif" width="15" height="15"></td>    <td height="10">&nbsp;</td>    <td><img src="images/spacer.gif" width="15" height="15"></td>  </tr>  <tr>    <td>&nbsp;</td>    <td><table width="100" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">      <tr>         <td colspan="2"><img src="images/admintop.gif" width="602" height="149"></td>      </tr>      <tr>         <td class="admin"><a href="members.php">members area</a> | <a href="../index.php">main</a></td>        <td class="admin"><div align="right">            <? checkLoggedIn("yes");echo "<a href=\"logout.php?".session_name()."=".session_id()."\">logout</a> <b>".$_SESSION["login"]."</b>"?>          </div></td>      </tr>    </table>