PHP OpenSRS Client News
Brought to you by:
cviebrock
A very small modification, which makes using the class easier when the TPP protocol is required (for email and web certs).
Simply initiate your class like so:
$O = new openSRS('LIVE');
$O->setProtocol('TPP');
And presto, you are set to go.
- Colin
09-Jan-2003
- add setProtocol() method to make using TPP easier