summaryrefslogtreecommitdiffstats
path: root/INF
diff options
context:
space:
mode:
Diffstat (limited to 'INF')
-rw-r--r--INF/ILO5.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/INF/ILO5.pm b/INF/ILO5.pm
index d2689fd..104e178 100644
--- a/INF/ILO5.pm
+++ b/INF/ILO5.pm
@@ -123,7 +123,7 @@ sub proxy($$$) {
$res->header( 'Content-type' => 'application/x-ms-application' );
$res->add_content(
- read_file('/usr/local/share/inf/ilo5/intgapp4_251.jar') );
+ read_file('/usr/local/share/inf/ilo5/intgapp4_252.jar') );
$res->code(200);
return;