Closed Dezento closed 6 years ago
public function parseSteamID() { //change to https from http preg_match("#^https://steamcommunity.com/openid/id/([0-9]{17,25})#", $this->request->get('openid_claimed_id'), $matches); $this->steamId = is_numeric($matches[1]) ? $matches[1] : 0; }