Browse Source

Update api.php

tags/6.2.7
tianya 1 year ago
parent
commit
728e3a5641
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/api.php

+ 1
- 1
src/admin/api.php View File

@@ -80,7 +80,7 @@ if ($action === 'is_need_check_code') {
$unQueryVer[] = "6.2.5";
}
if (!TableHasField("#@__arctype", "apienabled")) {
$unQueryVer[] = "6.2.6";
$unQueryVer[] = "6.2.7";
}
if (count($unQueryVer) > 0) {
$upsqls = GetUpdateSQL();


Loading…
Cancel
Save