DUDE
2011-06-05 17:39:55 UTC
Line 104 is part of an if statement.
if (!in_array(strtoupper($_GET['p']), $alphabet)) {
$_GET['p'] = 'a';
}
How can i fix this?