From: simigern Date: Sun, 21 May 2006 12:29:13 +0000 (+0000) Subject: add commented credentials example X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/snom-frontend/commitdiff_plain/ee7ae95211e40e798599cba2075daa456bb38368?hp=bfe77af1b24b595859d3d60e54859fb2f25dc101 add commented credentials example --- diff --git a/snom.pl b/snom.pl index 56116b1..b2d4a21 100755 --- a/snom.pl +++ b/snom.pl @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: snom.pl,v 1.3 2006-05-21 11:58:47 simigern Exp $ +#$Id: snom.pl,v 1.4 2006-05-21 12:29:13 simigern Exp $ PATH=/opt/csw/bin:/opt/local/bin:/usr/bin:/bin exec perl -w -x "$0" "$@" @@ -12,8 +12,9 @@ use strict; use LWP::UserAgent; my $ua = LWP::UserAgent->new; +#$ua->credentials("${ARGV[0]}:80","snom","root","geheim"); -#set_locale Gtk2; +set_locale Gtk2; sub snom_key(@) { (my $key) = @_;