Fixed: FS#2499 - "FastCGI max. Requests" cannot be set to zero (0) in System -> Server Config -> FastCGI tab
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '', |
| | | 'validators' => array(0 => array('type' => 'NOTEMPTY', |
| | | 'errmsg' => 'fastcgi_max_requests_error_empty'), |
| | | 'validators' => array( 0 => array( 'type' => 'ISINT', |
| | | 'errmsg' => 'fastcgi_max_requests_error_empty'), |
| | | 1 => array( 'type' => 'RANGE', |
| | | 'range' => '0:', |
| | | 'errmsg' => 'fastcgi_max_requests_error_empty'), |
| | | ), |
| | | 'value' => '', |
| | | 'width' => '40', |