summaryrefslogtreecommitdiff
path: root/classes/api.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-05-18 16:55:00 +0300
committerAndrew Dolgov <[email protected]>2021-05-18 16:55:00 +0300
commit295fc1f88aa324410f627e778c0e8da12e2aea9c (patch)
treec5ff95b213f310e328cbfbaa1fc51d8ac9c7b40e /classes/api.php
parent2adf364c2c46cb8da446ae1a310599e31c53926a (diff)
API: bump api level to 17
Diffstat (limited to 'classes/api.php')
-rwxr-xr-xclasses/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/api.php b/classes/api.php
index 18743d56d..5f825e551 100755
--- a/classes/api.php
+++ b/classes/api.php
@@ -1,7 +1,7 @@
<?php
class API extends Handler {
- const API_LEVEL = 16;
+ const API_LEVEL = 17;
const STATUS_OK = 0;
const STATUS_ERR = 1;