CHips L MINI SHELL

CHips L pro

Current Path : /usr/src/rvsb7cpplugin/cpanel-plugin/rvsitebuildercms/createsiteprocess/
Upload File :
Current File : //usr/src/rvsb7cpplugin/cpanel-plugin/rvsitebuildercms/createsiteprocess/finished_setup.html.tt

[%
    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();
%]


[% finished = Uapi.exec("RVsitebuilderCMS" , "finished_setup" ,    {'domainname' => domainname,
                                                                    'tokenkey' => tokenkey,
                                                                    'publicpath' => publicpath
                                                                    'ftpaccount' => ftpaccount,
                                                                    'ftppassword'=> ftppassword,
                                                                    'ftpserver'=> ftpserver,
                                                                    'ftpport'=> ftpport,
                                                                    'protocal' => protocal,
                                                                    'reqtype' => reqtype
                                                                    }
                        ); 
%]
[% finished.json() %]
                            

Copyright 2K16 - 2K18 Indonesian Hacker Rulez