Browse code

Fix oversight: agecontsent -> ageconsent

Clarissa Walker authored on 2026/07/16 00:43:50
Showing 1 changed files
... ...
@@ -137,7 +137,7 @@ if(isset($_SERVER['PHP_SELF'])) $_SERVER['PHP_SELF'] = htmlspecialchars(descript
137 137
 if(isset($PHP_SELF)) $PHP_SELF = htmlspecialchars(descript($PHP_SELF), ENT_QUOTES);
138 138
 
139 139
 // Set these variables to start.
140
-$agecontsent = false; $viewed = array(); 
140
+$ageconsent = false; $viewed = array();
141 141
 
142 142
 require_once("includes/get_session_vars.php");
143 143