diff options
| author | root <root@localhost.localdomain> | 2016-03-19 12:49:07 +0100 |
|---|---|---|
| committer | root <root@localhost.localdomain> | 2016-03-19 12:49:07 +0100 |
| commit | f9643dd9ffeec5eda4f563dd695135ac3a681d60 (patch) | |
| tree | 85e38d246330d5463fb4b44f413dd7063d198096 /server/core/App.php | |
| parent | a2f120aa7350e9417e80db26abf36b7e53c3196b (diff) | |
Time maagement on token
Diffstat (limited to 'server/core/App.php')
| -rwxr-xr-x | server/core/App.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/core/App.php b/server/core/App.php index d35ccc0..e3c9c22 100755 --- a/server/core/App.php +++ b/server/core/App.php @@ -37,6 +37,10 @@ class App{ }
+ public function checkToken(){
+ $this->tokenClass->checkToken();
+ }
+
public function getLibClass($service){
switch($service){
|
