Added missing language strings vor apps vhost form.
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '', |
| | | 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', |
| | | 'errmsg'=> 'apps_vhost_servername_error_empty'), |
| | | ), |
| | | 'value' => '', |
| | | 'width' => '40', |
| | | 'maxlength' => '255' |
| | |
| | | $wb["web_group_txt"] = 'Apache group'; |
| | | $wb["security_level_txt"] = 'Security level'; |
| | | $wb["loglevel_txt"] = 'Loglevel'; |
| | | $wb["apps_vhost_port"] = 'Apps-vhost port'; |
| | | $wb["apps_vhost_ip"] = 'Apps-vhost IP'; |
| | | $wb["apps_vhost_servername"] = 'Apps-vhost Domain'; |
| | | ?> |