Time maagement on token

This commit is contained in:
root 2016-03-19 12:49:07 +01:00
parent a2f120aa73
commit f9643dd9ff
4 changed files with 18 additions and 2 deletions

View file

@ -37,6 +37,10 @@ class App{
}
public function checkToken(){
$this->tokenClass->checkToken();
}
public function getLibClass($service){
switch($service){