Exemplo n.º 1
0
 /**
  * Set a default authenticator (shows first in tabs)
  *
  * @param string
  */
 public static function set_default_authenticator($authenticator)
 {
     self::$default_authenticator = $authenticator;
 }