Fix oversight: agecontsent -> ageconsent
Fix oversight: agecontsent -> ageconsent

file:a/header.php -> file:b/header.php
--- a/header.php
+++ b/header.php
@@ -137,7 +137,7 @@
 if(isset($PHP_SELF)) $PHP_SELF = htmlspecialchars(descript($PHP_SELF), ENT_QUOTES);
 
 // Set these variables to start.
-$agecontsent = false; $viewed = array(); 
+$ageconsent = false; $viewed = array();
 
 require_once("includes/get_session_vars.php");