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'] = 'Label';
$labels['form.host']='Server host name';
// Secure connection (SSL/TLS)
$labels['form.secure']='Secure connection (SSL/TLS)';
$labels['form.secure']='Connection security';
// Port
$labels['form.port']='Port';