Ejemplo n.º 1
0
 public function __construct()
 {
     $this->whitelist = EConfig::$data["whitelist"];
     $this->maxpersonsearchpage = 200;
     $this->maxrequests = 1000;
     // per 15min from one IP
     $this->maxrequestsauthenticated = 2000;
     OCSUser::load();
 }