Reactivation Token time management

This commit is contained in:
Apache 2016-03-30 12:40:30 +02:00
parent 957d9c4dcc
commit 1fdc1a19ce

View file

@ -51,9 +51,9 @@ class genTokenOptions
} }
public function checkToken(){ public function checkToken(){
//error_log($this->backup['time'], 0); //error_log(print_r($this->backup['time'], true), 0);
//return $this->backup['time'] > time(); return $this->backup['time'] > time();
return true; //return true;
} }
public function genIdentityToken(){ public function genIdentityToken(){
@ -386,7 +386,7 @@ class genTokenOptions
$token->catalog = new Models\Catalog($this->httpClient, $api); $token->catalog = new Models\Catalog($this->httpClient, $api);
$token->catalog->services = []; $token->catalog->services = [];
error_log(print_r($Saved["catalog"], true), 0); //error_log(print_r($Saved["catalog"], true), 0);
foreach($Saved["catalog"] as $key => $service){ foreach($Saved["catalog"] as $key => $service){
$tmp = new Models\Service($this->httpClient, $api); $tmp = new Models\Service($this->httpClient, $api);