Script/includes/functions.php in line 205
function session_hash($hash) {
$hash_tokens = explode('-', $hash);
if(count($hash_tokens) != 6) {
_error(__("Error"), __("Your session hash has been broken, Please contact Sngine's support!"));
}
$position = array_rand($hash_tokens);
$token = $hash_tokens[$position];
return array('token' => $token, 'position' => $position 1);
}
-----retern
function session_hash($hash) {
////////////////////////////////////////
}
And everything works
functions.php