summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2005-09-07 10:16:25 +0000
committerivan <ivan>2005-09-07 10:16:25 +0000
commitc3d44e9d01d88fde47d817df4c7d77c16f074e65 (patch)
treee0cba38284ef01779b051d054c8e2f14bf6ef564 /FS
parent51ece2a921eda1257f424fe69d8ce9780b9ba13f (diff)
remote access key is a big long thing
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_export/cpanel.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/cpanel.pm b/FS/FS/part_export/cpanel.pm
index 3bc47e422..7628ff608 100644
--- a/FS/FS/part_export/cpanel.pm
+++ b/FS/FS/part_export/cpanel.pm
@@ -8,7 +8,7 @@ use FS::part_export;
tie my %options, 'Tie::IxHash',
'user' => { label=>'Remote access username' },
- 'accesshash' => { label=>'Remote access key' },
+ 'accesshash' => { label=>'Remote access key', type=>'textarea' },
;
%info = (