ugh, bugfix makeyesno-call
This commit is contained in:
@@ -53,7 +53,7 @@ function parseAndOutputPreconfig(&$has_preconfig, &$return, $current_version)
|
||||
$has_preconfig = true;
|
||||
$return .= 'You now have the possibility to define default error-documents for your webserver which replace the default webserver output.<br /><br />';
|
||||
$return .= '<strong>Do you want to enable default error-documents?:</strong> ';
|
||||
$return .= makeyesno('update_deferr_enable', '1', '0', '9').'<br /><br />';
|
||||
$return .= makeyesno('update_deferr_enable', '1', '0', '0').'<br /><br />';
|
||||
if($settings['system']['webserver'] == 'apache2')
|
||||
{
|
||||
$return .= '<strong>Path/URL for error 500:</strong> <input type="text" name="update_deferr_500" /><br />';
|
||||
|
||||
Reference in New Issue
Block a user