Subversion Repositories oidplus

Rev

Rev 997 | Rev 1050 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 997 Rev 1005
Line 120... Line 120...
120
        $job->privkey = OIDplus::getSystemPrivateKey();
120
        $job->privkey = OIDplus::getSystemPrivateKey();
121
}
121
}
122
$job->run();
122
$job->run();
123
unset($job);
123
unset($job);
124
 
124
 
-
 
125
OIDplus::invoke_shutdown();
-
 
126
 
125
# ---
127
# ---
126
 
128
 
127
function getLatestRevision() {
129
function getLatestRevision() {
128
        try {
130
        try {
129
                if (function_exists('gzdecode')) {
131
                if (function_exists('gzdecode')) {