| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388322/task/2388322/cwd/frontend/jupiter/module_installers/ |
Upload File : |
[%
USE CPScalar;
PROCESS 'supported_langs.html.tt';
SET theme = CPANEL.CPDATA.RS;
SET is_supported = FORM.defined('lang') AND supported_langs.grep('^' _ CPScalar.quotemeta(FORM.lang) _ '$').size;
IF is_supported;
SET lang_mods_get_key_name = Api2.exec("LangMods", "getkey", {"lang" => FORM.lang, "key" => "name"} ).0;
SET ajax_request_url = CPANEL.ENV.cp_security_token _ "/frontend/" _ theme _ "/module_installers/live_update.html?lang=" _ FORM.lang _ "&mod=" _ FORM.item('mod');
SET body_content = locale.maketext("Updating “[_1]” “[_2]” …[comment,## no extract maketext (will be done via case 119361)]", lang_mods_get_key_name.key.html(), FORM.item('mod'));
PROCESS 'module_installers/module_installers_action.html.tt';
ELSE;
PROCESS 'not_supported.html.tt' lang=FORM.lang;
END;
%]