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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user