Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['server_id_txt'] = 'Server';
8cf78b 3 $wb['ip_address_txt'] = 'IP adresa';
T 4 $wb['virtualhost_txt'] = 'HTTP ime virtualnog hosta';
5 $wb['ip_error_wrong'] = 'Neispravna IP adresa';
6 $wb['ip_error_unique'] = 'IP adresa mora biti jedinstvena';
7 $wb['client_id_txt'] = 'Klijent';
8 $wb['ip_type_txt'] = 'Vrsta';
9 $wb['virtualhost_port_txt'] = 'HTTP portovi';
10 $wb['error_port_syntax'] = 'Nedozvoljeni znakovi u port polju, unesite samo znamenke odvojene zarezom. Primjer: 80,443';
f99b12 11 ?>