[%
USE Whostmgr;
USE JSON;
SET styleSheets = [
Whostmgr.find_file_url('/templates/multiphp_ini_editor/index.min.css')
];
SET locale_is_rtl = 0;
WRAPPER 'master_templates/master.tmpl'
app_key = 'multiphp_ini_editor'
header = locale.maketext('[asis,MultiPHP INI] Editor'),
breadcrumburl = '/scripts2/multiphp_ini_editor',
base = '/scripts2/multiphp_ini_editor/',
stylesheets = styleSheets,
theme='bootstrap',
CJT2_EXCLUSIVE = 1;
%]
[%
locale.maketext("Note: This interface writes changes to the selected PHP version’s default [asis,INI] file. For more information, read our [output,url,_1,MultiPHP INI Editor documentation,target,_blank].", "https://go.cpanel.net/WHMMultiPHPINI")
-%]