| ... | ... |
@@ -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 |
|