[% SET CPANEL.CPVAR.dprefix = "../" %] [% WRAPPER '_assets/master.html.tt' app_key = 'php' -%] [% USE EasyApache; SET ea_version = EasyApache.get_ea_version(); -%]
[% IF ea_version < 4 -%] [% Api2.pre_exec("PHPINI", "getoptions"); SET php_options = Api2.exec("PHPINI", "getoptions", {"dirlist"=>"session.save_path|safe_mode|file_uploads|zend_optimizer.version|asp_tags|max_execution_time|max_input_time|memory_limit|include_path|upload_max_filesize|register_globals|dl_enable"} ); Api2.post_exec("PHPINI", "getoptions"); %]

[% locale.maketext("These PHP configuration settings are customizable by the server administrator. They are listed for reference only.") %]

[% IF php_options.size(); %] [% FOREACH options IN php_options; %] [% END %] [% ELSE %] [% END %]
[% locale.maketext("Sub Section") %] [% locale.maketext("Directive") %] [% locale.maketext("Info") %] [% locale.maketext("Value") %]
[% options.subsection.html() %] [% options.directive.html() %] [% options.info.html() %] [% options.dirvalue.html() %]
[% locale.maketext("No Directives Found") %]
[% ELSE -%]
[% locale.maketext("Information:") %] [% locale.maketext('Use the [output,url,_2,_1] to view and edit [asis,PHP] directives.', locale.maketext("[asis,MultiPHP INI] Editor"), '../multiphp_ini_editor/index.html') %]
[% END -%] [% INCLUDE _assets/return_link.html.tt return_location='../index.html' return_link_text=locale.maketext('Go Back') %]
[% END #wrapper -%]