| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | public $siteinfo; |
| 10 | 10 | public $bvinfo; |
| 11 | 11 | public $bvapi; |
| 12 | 12 | |
| 13 | - const INFO_WING_VERSION = 1.6; | |
| 13 | + const INFO_WING_VERSION = 1.5; | |
| 14 | 14 | |
| 15 | 15 | public function __construct($callback_handler) { |
| 16 | 16 | $this->db = $callback_handler->db; |
| 17 | 17 | $this->siteinfo = $callback_handler->siteinfo; |
| @@ -463,12 +463,8 @@ | ||
| 463 | 463 | $resp = $this->getPosts($params['post_type'], $count); |
| 464 | 464 | break; |
| 465 | 465 | case "gtsts": |
| 466 | 466 | $resp = $this->getStats(); |
| 467 | - break; | |
| 468 | - case "gtdbvariables": | |
| 469 | - $variable = (array_key_exists('variable', $params)) ? $variable : ""; | |
| 470 | - $resp = $this->db->showDbVariables($variable); | |
| 471 | 467 | break; |
| 472 | 468 | case "gtplgs": |
| 473 | 469 | $resp = $this->getPlugins(); |
| 474 | 470 | break; |