Skip to content

Commit 86d2e01

Browse files
committed
Added missing language strings vor apps vhost form.
1 parent ff82d8b commit 86d2e01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

interface/web/admin/form/server_config.tform.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,6 @@
401401
'datatype' => 'VARCHAR',
402402
'formtype' => 'TEXT',
403403
'default' => '',
404-
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
405-
'errmsg'=> 'apps_vhost_servername_error_empty'),
406-
),
407404
'value' => '',
408405
'width' => '40',
409406
'maxlength' => '255'

interface/web/admin/lib/lang/en_server_config.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ $wb["web_user_txt"] = 'Apache user';
4747
$wb["web_group_txt"] = 'Apache group';
4848
$wb["security_level_txt"] = 'Security level';
4949
$wb["loglevel_txt"] = 'Loglevel';
50+
$wb["apps_vhost_port"] = 'Apps-vhost port';
51+
$wb["apps_vhost_ip"] = 'Apps-vhost IP';
52+
$wb["apps_vhost_servername"] = 'Apps-vhost Domain';
5053
?>

0 commit comments

Comments
 (0)