2
(Not tested but that should work, looking at the file source)
class/xoopssecurity.php
function check($clearIfValid = true, $token = false) {
$this->validateToken($token, $clearIfValid);
return true;
}
This should disable the tokens system. However, know that it's a security compromise (not an issue or hole, but it may add to the consequences of some potential vulnerabilites like XSS).