Changed the way connection security is set. Now supporting SSL and TLS

separatly. Closes #5, thanx to Wouter de Geus.
This commit is contained in:
Boris Gulay
2016-05-28 18:19:26 +03:00
parent 4da9b48776
commit f7b650db3e
3 changed files with 30 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ $labels['form.label'] = 'Название';
$labels['form.host'] = 'Адрес сервера';
// Secure connection (SSL/TLS)
$labels['form.secure'] = 'Безопасное соединение (SSL/TLS)';
$labels['form.secure'] = 'Защита подключения';
// Port
$labels['form.port'] = 'Порт';