/**
  * Set file, etc...
  *
  * @return boolean success or not
  */
 public static function init()
 {
     self::$authFile = self::getAuthFilePath();
     if (self::isAuthSet()) {
         self::reload();
     }
     return true;
 }