
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] CC info part 2
The other piece of code I promised for showing CC info was this sent to
me by Randy Moore:
You can find good docs for PGP at:
http://www.pgpi.org/
http://www.pgpi.org/doc/pgpintro/#p10
If you really don't want to use PGP for any of your sites, you could
make a
slight edit to lib/Vend/Order.pm at line 740:
if("\L$cmd" eq 'none') {
return ::errmsg("NEED ENCRYPTION ENABLED.");
}
becomes:
if("\L$cmd" eq 'none') {
return $body;
}
The restart interchange.
I used this in combonation with the first part of this message sent
earlier.
--------------------------
Robert Trembath
Internet Technology Manager
e|robert@ishoptech.com
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users