<?php
use \VK_param\param_set as VK_set;
$vk = new VK_set();
$init = $vk->init("","","");
$data = json_decode(file_get_contents('php://input'));
$get_data = $vk->set_data($data);
switch ($vk->get_data()->type)
{
case 'confirmation':
if ($vk->get_data()->group_id == $vk->get("group_id")) exit;
$vk->get("token_conf");
break;
}