"; // $page_content .= "loggedin: ".$_SESSION["loggedin"]; if(!isset($_COOKIE["adm_sess"]) && !isset($_REQUEST["login"]) && !isset($_REQUEST["password"])){ $page_content .= "

Login

Please login to access the administration tools

$form_ttl
Email Address: Password:  
       

Forgot your login ID or password?

"; }else{ // the visitor is logged in include_once "auth_check.php"; $now = time(); $two_weeks_ago = $now - 5184000; $page_content .= "

Site Content Administration

Edit the Home Page

Add or Edit Other Pages

Add or Edit Pop ups

"; if($role == "super"){ $page_content .= "

Manage Administrators

"; } $more_nav .= "Logout"; } $page_content .= ""; display_admin(); ?>