diff options
-rw-r--r-- | FS/FS/part_export/cpanel.pm | 2 |
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 = ( |