diff options
author | emkael <emkael@tlen.pl> | 2020-01-10 22:35:32 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-01-10 22:35:32 +0100 |
commit | fc6a2893e4e9d87d4752adba7675628a6152823a (patch) | |
tree | 5a70d420a55b003a6fe9d53e5e770334d71fb80f /http/api.php | |
parent | 27d32d8b5b5a6bab278bebaafdb2c07d38778701 (diff) |
2020.01.01 version (new KMP)
Diffstat (limited to 'http/api.php')
-rw-r--r-- | http/api.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/http/api.php b/http/api.php index ea633e3..0458831 100644 --- a/http/api.php +++ b/http/api.php @@ -34,7 +34,8 @@ function run($parameters) { try { $versionClasses = array( - '1' => 'ApiPklV1', // RegKlas 2018.11.01 + '1' => 'ApiPklV1', // RegKlas 2018.11.01 + '2' => 'ApiPklV2', // RegKMP 2020.01.01 '_default' => 'ApiPklV1' ); $version = isset($parameters['version']) ? $parameters['version'] : '_default'; |