|
@@ -26,6 +26,7 @@ require("../../init.php");
|
|
|
|
|
|
|
|
$whmcs = App::self();
|
|
$whmcs = App::self();
|
|
|
$pid = (int) $whmcs->get_req_var('pid');
|
|
$pid = (int) $whmcs->get_req_var('pid');
|
|
|
|
|
+$ip = (int) $whmcs->get_req_var('id');
|
|
|
$get = $whmcs->get_req_var('get');
|
|
$get = $whmcs->get_req_var('get');
|
|
|
$language = $whmcs->get_req_var('language') ?: null;
|
|
$language = $whmcs->get_req_var('language') ?: null;
|
|
|
$data = array();
|
|
$data = array();
|