diff options
Diffstat (limited to 'httemplate/misc/link.cgi')
-rwxr-xr-x | httemplate/misc/link.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/link.cgi b/httemplate/misc/link.cgi index 748eaa15f..f37f769bc 100755 --- a/httemplate/misc/link.cgi +++ b/httemplate/misc/link.cgi @@ -58,6 +58,7 @@ die "access denied" my %link_field = ( 'svc_acct' => 'username', 'svc_domain' => 'domain', + 'svc_phone' => 'phonenum', ); my %link_field2 = ( |