(2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Formfields * @version $Id: formfield.phpconfig_add.php 114 2010-12-21 07:02:45Z d00p $ */ return array( 'phpconfig_add' => array( 'title' => $lng['admin']['phpsettings']['addsettings'], 'image' => 'icons/phpsettings_add.png', 'sections' => array( 'section_a' => array( 'title' => $lng['admin']['phpsettings']['addsettings'], 'image' => 'icons/phpsettings_add.png', 'fields' => array( 'description' => array( 'label' => $lng['admin']['phpsettings']['description'], 'type' => 'text', 'maxlength' => 50 ), 'binary' => array( 'label' => $lng['admin']['phpsettings']['binary'], 'type' => 'text', 'maxlength' => 255, 'value' => '/usr/bin/php-cgi' ), 'file_extensions' => array( 'label' => $lng['admin']['phpsettings']['file_extensions'], 'desc' => $lng['admin']['phpsettings']['file_extensions_note'], 'type' => 'text', 'maxlength' => 255, 'value' => 'php' ), 'mod_fcgid_starter' => array( 'label' => $lng['admin']['mod_fcgid_starter']['title'], 'type' => 'text' ), 'mod_fcgid_maxrequests' => array( 'label' => $lng['admin']['mod_fcgid_maxrequests']['title'], 'type' => 'text' ), 'phpsettings' => array( 'style' => 'vertical-align:top;', 'label' => $lng['admin']['phpsettings']['phpinisettings'], 'type' => 'textarea', 'cols' => 80, 'rows' => 20, 'value' => $result['phpsettings'] ) ) ) ) ) );