<% # $Id: secret-about.php,v 1.3 2004/05/12 19:16:25 hirokai Exp $ %>
<%
include( "../modules/utils.inc.php" );
$tok = $authenticated = $_COOKIE["c_pass_token"];
$u = $sessionUserId = $_COOKIE["c_uid"];
if( $sessionUserId )
include( "$modules/header.inc.php" );
else {
include( "$modules/header.insecure.inc.php" );
include( "$modules/menu-insecure.inc.php" );
}
%>
<title> feedmelinks.com : various geekery </title>
<h1>ONES MARCH AROUND YOU</h1>
<!--
<p>
special thanks to:
<ol>
<li>pheezy</li>
</ol>
</p>
-->
<% include( "$modules/footer.inc.php" ); %>