require_once("../config.php"); require_once("header.php"); if($HTTP_COOKIE_VARS["admin_log"]=="in") { echo "
[ Link Admin Home | Add a Category | Add a Link | Logout | Install Links ]
"; if ($nemail && $subject && $message) { $mailheaders = "From: $noreply_mail <$noreply_mail>"; mail($nemail, $subject, $message, $mailheaders); echo "