Prevent empty 'ServerName', fixes #870

Thanks to h4cc
This commit is contained in:
Andreas Burchert (scarya)
2011-09-19 10:56:27 +02:00
parent af430f9946
commit 14f9344c50
4 changed files with 34 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ return array(
'type' => 'string',
'default' => '',
'save_method' => 'storeSettingHostname',
'plausibility_check_method' => 'checkHostname',
),
'system_froxlordirectlyviahostname' => array(
'label' => $lng['serversettings']['froxlordirectlyviahostname'],
@@ -164,4 +165,4 @@ return array(
),
);
?>
?>