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

@@ -1898,3 +1898,5 @@ $lng['admin']['assignedmax'] = 'Assigned / Max';
$lng['admin']['usedmax'] = 'Used / Max';
$lng['admin']['used'] = 'Used';
$lng['mysql']['size'] = 'Database size (MB)';
$lng['error']['invalidhostname'] = 'Hostname can\'t be empty nor can it consist only of whitespaces';