Renamed Tokens class to APIClients class

This commit is contained in:
Pierre
2018-05-07 18:27:54 +02:00
parent 63f6333bad
commit 97ef188167
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ define("DBprefix", $cs->config->get("dbprefix"));
unset($db);
//Add token object
$tokens = new Tokens();
$tokens = new APIClients();
$cs->register("tokens", $tokens);
unset($tokens);