Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
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 ?>
21c8aa 12
TB 13