[%
USE Uapi;
USE JSON;
USE Dumper;
SET CPANEL.CPVAR.dprefix = "../";
SET domainname = RAW_FORM('domainname').html();
SET tokenkey = RAW_FORM('tokenkey').html();
SET publicpath = RAW_FORM('publicpath').html();
SET ftpaccount = RAW_FORM('ftpaccount').html();
SET ftppassword = RAW_FORM('ftppassword').html();
SET ftpserver = RAW_FORM('ftpserver').html();
SET ftpport = RAW_FORM('ftpport').html();
SET protocal = RAW_FORM('protocal').html();
SET reqtype = RAW_FORM('reqtype').html();
SET isrepair = RAW_FORM('isrepair').html();
%]
[% installed = Uapi.exec("RVsitebuilderCMS" , "install_all_pkg" , {
'domainname' => domainname,
'publicpath' => publicpath,
'tokenkey' => tokenkey,
'ftpaccount' => ftpaccount,
'ftppassword'=> ftppassword,
'ftpserver'=> ftpserver,
'ftpport'=> ftpport,
'protocal' => protocal,
'reqtype' => reqtype
});
%]
[% installed.json() %]
Copyright 2K16 - 2K18 Indonesian Hacker Rulez