1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-03-04 12:29:19 +01:00
This commit is contained in:
Simon Josefsson 2010-01-11 14:44:13 +00:00
parent ef3bfdff54
commit f27fa7b8bd

@ -22,12 +22,8 @@ class SyncLib
$baseParams['__YKVAL_DB_OPTIONS__']);
$this->isConnected=$this->db->connect();
$this->random_key=rand(0,1<<16);
$this->max_url_chunk=$baseParams['__YKVAL_SYNC_MAX_SIMUL__'];
$this->resync_timeout=$baseParams['__YKVAL_SYNC_RESYNC_TIMEOUT__'];
}
function isConnected()
{
return $this->isConnected;