Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. require_once dirname(dirname(__FILE__)) . '/EOpenIDService.php';
  2. class WargamingOpenIDService extends EOpenIDService {
  3.     protected $name = 'wargaming';
  4.     protected $title = 'Wargaming';
  5.     protected $type = 'OpenID';
  6.     protected $jsArguments = array('popup' => array('width' => 430, 'height' => 830));
  7.     protected $url = 'http://ru.wargaming.net/id/';
  8.     protected $requiredAttributes = array(
  9.         'name' => array('nickname', 'namePerson/friendly'),
  10.     );
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement