Current Path : /usr/src/rvsb7cpplugin/cpanel-plugin/rvsitebuildercms/createsiteprocess/ |
Current File : //usr/src/rvsb7cpplugin/cpanel-plugin/rvsitebuildercms/createsiteprocess/delete_ftp_user.html.tt |
[% USE Uapi; USE JSON; USE Dumper; SET CPANEL.CPVAR.dprefix = "../"; SET ftpuser = RAW_FORM('ftpuser').html(); SET destroy = RAW_FORM('ftpuser').html(); %] [% SET ftpdeleted = {} %] [% IF ftpuser != '' %] [% ftpdeleted = Uapi.exec("Ftp", "delete_ftp", {"user" => ftpuser , 'destroy' => destroy } ); %] [% END %] [% ftpdeleted.json() %]