(2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Formfields * */ return array( 'domain_edit' => array( 'title' => $lng['admin']['domain_edit'], 'image' => 'fa-solid fa-globe', 'self_overview' => ['section' => 'domains', 'page' => 'domains'], 'sections' => array( 'section_a' => array( 'title' => $lng['domains']['domainsettings'], 'image' => 'icons/domain_edit.png', 'fields' => array( 'domain' => array( 'label' => 'Domain', 'type' => 'label', 'value' => $result['domain_ace'] ), 'customerid' => array( 'label' => $lng['admin']['customer'], 'type' => (\Froxlor\Settings::Get('panel.allow_domain_change_customer') == '1' ? 'select' : 'infotext'), 'select_var' => (isset($customers) ? $customers : null), 'selected' => $result['customerid'], 'value' => (isset($result['customername']) ? $result['customername'] : null), 'mandatory' => true ), 'adminid' => array( 'visible' => $userinfo['customers_see_all'] == '1', 'label' => $lng['admin']['admin'], 'type' => (\Froxlor\Settings::Get('panel.allow_domain_change_admin') == '1' ? 'select' : 'infotext'), 'select_var' => (!empty($admins) ? $admins : null), 'selected' => (isset($result['adminid']) ? $result['adminid'] : $userinfo['adminid']), 'value' => (isset($result['adminname']) ? $result['adminname'] : null), 'mandatory' => true ), 'alias' => array( 'visible' => $alias_check == '0', 'label' => $lng['domains']['aliasdomain'], 'type' => 'select', 'select_var' => $domains, 'selected' => $result['aliasdomain'] ), 'issubof' => array( 'label' => $lng['domains']['issubof'], 'desc' => $lng['domains']['issubofinfo'], 'type' => 'select', 'select_var' => $subtodomains, 'selected' => $result['ismainbutsubto'] ), 'associated_info' => array( 'label' => $lng['domains']['associated_with_domain'], 'type' => 'label', 'value' => $subdomains . ' ' . $lng['customer']['subdomains'] . ', ' . $alias_check . ' ' . $lng['domains']['aliasdomains'] . ', ' . $emails . ' ' . $lng['customer']['emails'] . ', ' . $email_accounts . ' ' . $lng['customer']['accounts'] . ', ' . $email_forwarders . ' ' . $lng['customer']['forwarders'] ), 'caneditdomain' => array( 'label' => $lng['admin']['domain_editable']['title'], 'desc' => $lng['admin']['domain_editable']['desc'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['caneditdomain'] ), 'add_date' => array( 'label' => $lng['domains']['add_date'], 'desc' => $lng['panel']['dateformat'], 'type' => 'label', 'value' => date('Y-m-d', (int) $result['add_date']) ), 'registration_date' => array( 'label' => $lng['domains']['registration_date'], 'desc' => $lng['panel']['dateformat'], 'type' => 'text', 'value' => $result['registration_date'], 'size' => 10 ), 'termination_date' => array( 'label' => $lng['domains']['termination_date'], 'desc' => $lng['panel']['dateformat'], 'type' => 'text', 'value' => $result['termination_date'], 'size' => 10 ) ) ), 'section_e' => array( 'title' => $lng['admin']['mailserversettings'], 'image' => 'icons/domain_edit.png', 'fields' => array( 'isemaildomain' => array( 'label' => $lng['admin']['emaildomain'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['isemaildomain'] ), 'email_only' => array( 'label' => $lng['admin']['email_only'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['email_only'] ), 'subcanemaildomain' => array( 'label' => $lng['admin']['subdomainforemail'], 'type' => 'select', 'select_var' => $subcanemaildomain, 'selected' => $result['subcanemaildomain'] ), 'dkim' => array( 'visible' => \Froxlor\Settings::Get('dkim.use_dkim') == '1', 'label' => 'DomainKeys', 'type' => 'checkbox', 'value' => '1', 'checked' => $result['dkim'] ) ) ), 'section_b' => array( 'title' => $lng['admin']['webserversettings'], 'image' => 'icons/domain_edit.png', 'fields' => array( 'documentroot' => array( 'label' => 'DocumentRoot', 'desc' => $lng['panel']['emptyfordefault'], 'type' => 'text', 'value' => $result['documentroot'] ), 'ipandport' => array( 'label' => $lng['domains']['ipandport_multi']['title'], 'desc' => $lng['domains']['ipandport_multi']['description'], 'type' => 'checkbox', 'values' => $ipsandports, 'value' => $usedips, 'is_array' => 1, 'mandatory' => true ), 'selectserveralias' => array( 'label' => $lng['admin']['selectserveralias'], 'desc' => $lng['admin']['selectserveralias_desc'], 'type' => 'select', 'select_var' => $serveraliasoptions, 'selected' => $result['iswildcarddomain'] == '1' ? 0 : ($result['wwwserveralias'] == '1' ? 1 : 2) ), 'speciallogfile' => array( 'label' => $lng['admin']['speciallogfile']['title'], 'desc' => $lng['admin']['speciallogfile']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['speciallogfile'] ), 'speciallogverified' => array( 'type' => 'hidden', 'value' => '0' ), 'specialsettings' => array( 'visible' => $userinfo['change_serversettings'] == '1', 'label' => $lng['admin']['ownvhostsettings'], 'desc' => $lng['serversettings']['default_vhostconf']['description'], 'type' => 'textarea', 'value' => $result['specialsettings'], 'cols' => 60, 'rows' => 12 ), 'specialsettingsforsubdomains' => array( 'visible' => $userinfo['change_serversettings'] == '1', 'label' => $lng['admin']['specialsettingsforsubdomains'], 'desc' => $lng['serversettings']['specialsettingsforsubdomains']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => \Froxlor\Settings::Get('system.apply_specialsettings_default') == 1 ? '1' : '0' ), 'notryfiles' => array( 'visible' => (\Froxlor\Settings::Get('system.webserver') == 'nginx' && $userinfo['change_serversettings'] == '1'), 'label' => $lng['admin']['notryfiles']['title'], 'desc' => $lng['admin']['notryfiles']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['notryfiles'] ), 'writeaccesslog' => array( 'label' => $lng['admin']['writeaccesslog']['title'], 'desc' => $lng['admin']['writeaccesslog']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['writeaccesslog'] ), 'writeerrorlog' => array( 'label' => $lng['admin']['writeerrorlog']['title'], 'desc' => $lng['admin']['writeerrorlog']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['writeerrorlog'] ) ) ), 'section_bssl' => array( 'title' => $lng['admin']['webserversettings_ssl'], 'image' => 'icons/domain_edit.png', 'visible' => \Froxlor\Settings::Get('system.use_ssl') == '1', 'fields' => array( 'sslenabled' => array( 'visible' => !empty($ssl_ipsandports), 'label' => $lng['admin']['domain_sslenabled'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['ssl_enabled'] ), 'no_ssl_available_info' => array( 'visible' => empty($ssl_ipsandports), 'label' => 'SSL', 'type' => 'label', 'value' => $lng['panel']['nosslipsavailable'] ), 'ssl_ipandport' => array( 'label' => $lng['domains']['ipandport_ssl_multi']['title'], 'desc' => $lng['domains']['ipandport_ssl_multi']['description'], 'type' => 'checkbox', 'values' => $ssl_ipsandports, 'value' => $usedips, 'is_array' => 1 ), 'ssl_redirect' => array( 'visible' => !empty($ssl_ipsandports), 'label' => $lng['domains']['ssl_redirect']['title'], 'desc' => $lng['domains']['ssl_redirect']['description'] . ($result['temporary_ssl_redirect'] > 1 ? $lng['domains']['ssl_redirect_temporarilydisabled'] : ''), 'type' => 'checkbox', 'value' => '1', 'checked' => $result['ssl_redirect'] ), 'letsencrypt' => array( 'visible' => (\Froxlor\Settings::Get('system.leenabled') == '1' && !empty($ssl_ipsandports)), 'label' => $lng['admin']['letsencrypt']['title'], 'desc' => $lng['admin']['letsencrypt']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['letsencrypt'] ), 'http2' => array( 'visible' => !empty($ssl_ipsandports) && \Froxlor\Settings::Get('system.webserver') != 'lighttpd' && \Froxlor\Settings::Get('system.http2_support') == '1', 'label' => $lng['admin']['domain_http2']['title'], 'desc' => $lng['admin']['domain_http2']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['http2'] ), 'override_tls' => array( 'visible' => !empty($ssl_ipsandports) && $userinfo['change_serversettings'] == '1', 'label' => $lng['admin']['domain_override_tls'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['override_tls'] ), 'ssl_protocols' => array( 'visible' => !empty($ssl_ipsandports) && $userinfo['change_serversettings'] == '1' && \Froxlor\Settings::Get('system.webserver') != 'lighttpd', 'label' => $lng['serversettings']['ssl']['ssl_protocols']['title'], 'desc' => $lng['serversettings']['ssl']['ssl_protocols']['description'], 'type' => 'checkbox', 'value' => !empty($result['ssl_protocols']) ? explode(",", $result['ssl_protocols']) : explode(",", \Froxlor\Settings::Get('system.ssl_protocols')), 'values' => array( array( 'value' => 'TLSv1', 'label' => 'TLSv1' ), array( 'value' => 'TLSv1.1', 'label' => 'TLSv1.1' ), array( 'value' => 'TLSv1.2', 'label' => 'TLSv1.2' ), array( 'value' => 'TLSv1.3', 'label' => 'TLSv1.3' ) ), 'is_array' => 1 ), 'ssl_cipher_list' => array( 'visible' => !empty($ssl_ipsandports) && $userinfo['change_serversettings'] == '1', 'label' => $lng['serversettings']['ssl']['ssl_cipher_list']['title'], 'desc' => $lng['serversettings']['ssl']['ssl_cipher_list']['description'], 'type' => 'text', 'value' => !empty($result['ssl_cipher_list']) ? $result['ssl_cipher_list'] : \Froxlor\Settings::Get('system.ssl_cipher_list') ), 'tlsv13_cipher_list' => array( 'visible' => !empty($ssl_ipsandports) && $userinfo['change_serversettings'] == '1' && \Froxlor\Settings::Get('system.webserver') == "apache2" && \Froxlor\Settings::Get('system.apache24') == 1, 'label' => $lng['serversettings']['ssl']['tlsv13_cipher_list']['title'], 'desc' => $lng['serversettings']['ssl']['tlsv13_cipher_list']['description'], 'type' => 'text', 'value' => !empty($result['tlsv13_cipher_list']) ? $result['tlsv13_cipher_list'] : \Froxlor\Settings::Get('system.tlsv13_cipher_list') ), 'ssl_specialsettings' => array( 'visible' => $userinfo['change_serversettings'] == '1', 'label' => $lng['admin']['ownsslvhostsettings'], 'desc' => $lng['serversettings']['default_vhostconf']['description'], 'type' => 'textarea', 'cols' => 60, 'rows' => 12, 'value' => $result['ssl_specialsettings'] ), 'include_specialsettings' => array( 'label' => $lng['admin']['include_ownvhostsettings'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['include_specialsettings'] ), 'hsts_maxage' => array( 'visible' => !empty($ssl_ipsandports), 'label' => $lng['admin']['domain_hsts_maxage']['title'], 'desc' => $lng['admin']['domain_hsts_maxage']['description'], 'type' => 'number', 'min' => 0, 'max' => 94608000, // 3-years 'value' => $result['hsts'] ), 'hsts_sub' => array( 'visible' => !empty($ssl_ipsandports), 'label' => $lng['admin']['domain_hsts_incsub']['title'], 'desc' => $lng['admin']['domain_hsts_incsub']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['hsts_sub'] ), 'hsts_preload' => array( 'visible' => !empty($ssl_ipsandports), 'label' => $lng['admin']['domain_hsts_preload']['title'], 'desc' => $lng['admin']['domain_hsts_preload']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['hsts_preload'] ), 'ocsp_stapling' => array( 'visible' => !empty($ssl_ipsandports) && \Froxlor\Settings::Get('system.webserver') != 'lighttpd', 'label' => $lng['admin']['domain_ocsp_stapling']['title'], 'desc' => $lng['admin']['domain_ocsp_stapling']['description'] . (\Froxlor\Settings::Get('system.webserver') == 'nginx' ? $lng['admin']['domain_ocsp_stapling']['nginx_version_warning'] : ""), 'type' => 'checkbox', 'value' => '1', 'checked' => $result['ocsp_stapling'] ), 'honorcipherorder' => array( 'visible' => !empty($ssl_ipsandports), 'label' => $lng['admin']['domain_honorcipherorder'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['ssl_honorcipherorder'] ), 'sessiontickets' => array( 'visible' => !empty($ssl_ipsandports) && \Froxlor\Settings::Get('system.webserver') != 'lighttpd' && \Froxlor\Settings::Get('system.sessionticketsenabled' != '1'), 'label' => $lng['admin']['domain_sessiontickets'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['ssl_sessiontickets'] ) ) ), 'section_c' => array( 'title' => $lng['admin']['phpserversettings'], 'image' => 'icons/domain_edit.png', 'visible' => $userinfo['change_serversettings'] == '1' || $userinfo['caneditphpsettings'] == '1', 'fields' => array( 'openbasedir' => array( 'label' => 'OpenBasedir', 'type' => 'checkbox', 'value' => '1', 'checked' => $result['openbasedir'] ), 'phpenabled' => array( 'label' => $lng['admin']['phpenabled'], 'type' => 'checkbox', 'value' => '1', 'checked' => $result['phpenabled'] ), 'phpsettingid' => array( 'visible' => (((int) \Froxlor\Settings::Get('system.mod_fcgid') == 1 || (int) \Froxlor\Settings::Get('phpfpm.enabled') == 1)), 'label' => $lng['admin']['phpsettings']['title'], 'type' => 'select', 'select_var' => $phpconfigs, 'selected' => $result['phpsettingid'] ), 'phpsettingsforsubdomains' => array( 'visible' => $userinfo['change_serversettings'] == '1', 'label' => $lng['admin']['phpsettingsforsubdomains'], 'desc' => $lng['serversettings']['phpsettingsforsubdomains']['description'], 'type' => 'checkbox', 'value' => '1', 'checked' => \Froxlor\Settings::Get('system.apply_phpconfigs_default') == 1 ? '1' : '0' ), 'mod_fcgid_starter' => array( 'visible' => (int) \Froxlor\Settings::Get('system.mod_fcgid') == 1, 'label' => $lng['admin']['mod_fcgid_starter']['title'], 'type' => 'number', 'value' => ((int) $result['mod_fcgid_starter'] != -1 ? $result['mod_fcgid_starter'] : '') ), 'mod_fcgid_maxrequests' => array( 'visible' => (int) \Froxlor\Settings::Get('system.mod_fcgid') == 1, 'label' => $lng['admin']['mod_fcgid_maxrequests']['title'], 'type' => 'number', 'value' => ((int) $result['mod_fcgid_maxrequests'] != -1 ? $result['mod_fcgid_maxrequests'] : '') ) ) ), 'section_d' => array( 'title' => $lng['admin']['nameserversettings'], 'image' => 'icons/domain_edit.png', 'visible' => \Froxlor\Settings::Get('system.bind_enable') == '1' && $userinfo['change_serversettings'] == '1', 'fields' => array( 'isbinddomain' => array( 'label' => 'Nameserver', 'type' => 'checkbox', 'value' => '1', 'checked' => $result['isbinddomain'] ), 'zonefile' => array( 'label' => 'Zonefile', 'desc' => $lng['admin']['bindzonewarning'], 'type' => 'text', 'value' => $result['zonefile'] ) ) ) ) ) );