This file is indexed.

/usr/share/lightsquid/tpl/base/graph.html is in lightsquid 1.8-5.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- LightSquid TPL v1.7 -->
<html>
<head>
  <meta name="robots" content="noindex,nofollow">
  <meta name="generator" content="LightSquid - http://lightsquid.sf.net">
  <meta http-equiv="Content-Type" content="text/html; charset=##MSG_CODEPAGE##">
  ##META##
  <title>LightSquid :: Graphics</title>
</head>

<body background="" bgcolor="white" text="black">
  <center>
    <table cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
          <th align="center"><a href="index.cgi">##MSG_HEADER##</a></th>
        </tr>

        <tr>
          <th align="center"><b><font color="#0033FF">##MSG_WORK_PERIOD##:</font> <font color="#FF0000">##WORKPERIOD##</font></b></th>
        </tr>

        <tr>
          <th align="center" bgcolor="#D3D3D3"><b><font color="#000000">##MODE##</font></font></b></th>
        </tr>

	<tr>
           <td> 
	        <img src="##GRAPHICSURL##" border="0" title="Graphics" usemap="#bars">
		<map name="bars">
<!-- [[ imagemap start-->		
  		    <area href="##MAPURL##" shape="rect" coords="##MAPCOORD##">
<!-- ]] imagemap end-->		
		</map>
	   </td>
	</tr>
	
      </tbody>
    </table>
<!-- HIDE warning start -->
  <hr>
  <center><font color="#FF0000" size="+2">##MSG_WARNING##,</font> ##MSG_RECOMENDATION## $##VARNAME##=##VARVALUE##*(1024*1024*1024);</center>
<!-- HIDE warning end -->
  <hr>
  ##COPYRIGHT##
  </center>
</body>
</html>