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

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