From 97d7d72075c81b00e2fd321689c9b3dd1720c2c3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 27 Apr 2008 22:41:47 +0000 Subject: use description --- etc/inc/openvpn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/openvpn.inc') diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc index af07800..ee0c4f2 100644 --- a/etc/inc/openvpn.inc +++ b/etc/inc/openvpn.inc @@ -71,7 +71,7 @@ function openvpn_get_ciphers($pkg) { $option_array = &$pkg['fields']['field'][$i]['options']['option']; foreach ($config['openvpn']['keys'] as $cipher => $type) { if ($type['auth_method'] == 'pki') - $option_array[] = array('value' => $cipher, 'name' => $cipher); + $option_array[] = array('value' => $cipher, 'name' => $type['descr']); } } } -- cgit v1.1