[freeside-commits] freeside/FS/FS Conf.pm,1.313,1.314
Ivan,,,
ivan at wavetail.420.am
Thu Sep 24 13:00:07 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv377
Modified Files:
Conf.pm
Log Message:
get the ping username/pass from a config, good enough, RT#4610
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -d -r1.313 -r1.314
--- Conf.pm 21 Sep 2009 06:05:38 -0000 1.313
+++ Conf.pm 24 Sep 2009 19:59:58 -0000 1.314
@@ -3004,6 +3004,20 @@
},
{
+ 'key' => 'sg-ping_username',
+ 'section' => '',
+ 'description' => "Don't use this.",
+ 'type' => 'text',
+ },
+
+ {
+ 'key' => 'sg-ping_password',
+ 'section' => '',
+ 'description' => "Don't use this.",
+ 'type' => 'text',
+ },
+
+ {
'key' => 'disable-cust-pkg_class',
'section' => 'UI',
'description' => 'Disable the two-step dropdown for selecting package class and package, and return to the classic single dropdown.',
More information about the freeside-commits
mailing list