Jump to content

Azzeddine20

Members
  • Last visited

  • Posts

    4
  • Reputation

    5
  1. 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