diff options
| author | ivan <ivan> | 2007-03-16 01:35:55 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2007-03-16 01:35:55 +0000 | 
| commit | 7b3d074cbb694330334469510548d98eebe196ed (patch) | |
| tree | 01fff36adbef8226f83634f5cf7775399cf157f3 /FS | |
| parent | 0219157aab31141211f9342993e65a262da3cf29 (diff) | |
vonage click2call integration should not be sitewide, especially now that we have user prefs
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Conf.pm | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d9f7d1972..5f7cb8fec 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1852,26 +1852,6 @@ httemplate/docs/config.html      'type'        => 'checkbox',    }, -  #these should become per-user... -  { -    'key'         => 'vonage-username', -    'section'     => '', -    'description' => 'Vonage Click2Call username (see <a href="https://secure.click2callu.com/">https://secure.click2callu.com/</a>)', -    'type'        => 'text', -  }, -  { -    'key'         => 'vonage-password', -    'section'     => '', -    'description' => 'Vonage Click2Call username (see <a href="https://secure.click2callu.com/">https://secure.click2callu.com/</a>)', -    'type'        => 'text', -  }, -  { -    'key'         => 'vonage-fromnumber', -    'section'     => '', -    'description' => 'Vonage Click2Call number (see <a href="https://secure.click2callu.com/">https://secure.click2callu.com/</a>)', -    'type'        => 'text', -  }, -    {      'key'         => 'echeck-nonus',      'section'     => 'billing', | 
