I want to make SteamLogin on my website but try to login I get
"ErrorException in SteamAuth.php line 206:
Undefined offset: 1"
"array('matches' => array())) in SteamAuth.php line 206"
$this->steamId = is_numeric($matches[1]) ? $matches[1] : 0;
I want to make SteamLogin on my website but try to login I get
"ErrorException in SteamAuth.php line 206:
Undefined offset: 1"
"array('matches' => array())) in SteamAuth.php line 206"
$this->steamId = is_numeric($matches[1]) ? $matches[1] : 0;