You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
253 B

5 years ago
<?php
include '../../functions.php';
5 years ago
header('Access-Control-Allow-Origin:*');
5 years ago
$vcode= $_REQUEST[vcode];
$ip= $_REQUEST[ip];
header('Content-type: text/json');
echo api__dogecloud("pch5",$vcode,$ip,$GLOBALS['dc_AccessKey'],$GLOBALS['dc_SecretKey']);