(2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Formfields * */ return array( 'htaccess_add' => array( 'title' => $lng['extras']['pathoptions_add'], 'image' => 'fa-solid fa-folder', 'self_overview' => ['section' => 'extras', 'page' => 'htaccess'], 'sections' => array( 'section_a' => array( 'title' => $lng['extras']['pathoptions_add'], 'image' => 'icons/htpasswd_add.png', 'fields' => array( 'path' => array( 'label' => $lng['panel']['path'], 'desc' => (\Froxlor\Settings::Get('panel.pathedit') != 'Dropdown' ? $lng['panel']['pathDescription'] : null), 'type' => $pathSelect['type'], 'select_var' => $pathSelect['select_var'] ?? '', 'value' => $pathSelect['value'], 'note' => $pathSelect['note'] ?? '', ), 'options_indexes' => array( 'label' => $lng['extras']['directory_browsing'], 'type' => 'checkbox', 'value' => '1', 'checked' => false ), 'error404path' => array( 'label' => $lng['extras']['errordocument404path'], 'desc' => $lng['panel']['descriptionerrordocument'], 'type' => 'text' ), 'error403path' => array( 'visible' => (\Froxlor\Settings::Get('system.webserver') == 'apache2'), 'label' => $lng['extras']['errordocument403path'], 'desc' => $lng['panel']['descriptionerrordocument'], 'type' => 'text' ), 'error500path' => array( 'visible' => (\Froxlor\Settings::Get('system.webserver') == 'apache2'), 'label' => $lng['extras']['errordocument500path'], 'desc' => $lng['panel']['descriptionerrordocument'], 'type' => 'text' ), 'options_cgi' => array( 'visible' => ($cperlenabled == 1), 'label' => $lng['extras']['execute_perl'], 'type' => 'checkbox', 'value' => '1', 'checked' => false ) ) ) ) ) );