This file is indexed.

/usr/share/oar/oar-api/api_html_header.pl is in oar-restful-api 2.5.6-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
$HTML_HEADER = "
<HTML>
<HEAD>
<TITLE>OAR REST API</TITLE>
</HEAD>
<BODY>
<HR>
<A HREF=$apiuri/resources.html>RESOURCES</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/resources/form.html>GENERATE RESOURCES</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/jobs.html>JOBS</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/jobs/form.html>JOB SUBMISSION</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/admission_rules.html>ADMISSION RULES</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/admission_rules/form.html>RULE SUBMISSION</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/config.html>CONFIGURATION</A>&nbsp;&nbsp;&nbsp;
<HR>
"