This file is indexed.

/usr/share/lightsquid/tpl/base/user_month.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
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
<!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 :: User Month detail</TITLE>
</HEAD>

<BODY background="" bgcolor="white" text="black">

 <center>
    <table cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
          <th colspan="2" align="center"><a href="index.cgi">##MSG_HEADER##</a></th>
        </tr>

        <tr>
          <td></td>
        </tr>

        <tr>
          <td></td>
        </tr>
      </tbody>
    </table>
  </center>

  <center>
    <table cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
          <td align="right" bgcolor="blanchedalmond"><font size="-1">##MSG_USER##:</font></td>
          <td align="center" bgcolor="beige"><font color="red" size="+1">&nbsp;##USER##</font></td>
        </tr>

        <tr>
          <td align="right" bgcolor="blanchedalmond"><font size="-1">##MSG_WORK_PERIOD##:</font></td>
          <td align="right" bgcolor="beige"><font size="-1"><b>##WORKPERIOD##</b></font></td>
        </tr>
	
	<tr>
          <TD align="right" bgcolor="blanchedalmond"><font size="-1">##MSG_TOTAL##:</font></TD>
          <td align="right" bgcolor="beige"><font size="-1">&nbsp;<b>##TOTALBYTES##</b></font></td>
	</tr>

        <tr>
          <td></td>
        </tr>
<!-- HIDE graphreport start-->
        <td align="center" colspan="2"><A HREF="##GRAPHURL_L##"><img src="get.cgi?png=graph" border="0" title="Graph Report">
<!-- HIDE graphreport end-->
      </tbody>
  </table>
</center>
	    


  <CENTER>
    <TABLE cellpadding="1" cellspacing="2">
      <TBODY>
        <TR>

          <TD></TD>
        </TR>

        <TR bgcolor="blanchedalmond">
          <TD><FONT color="darkblue" size="-1">##MSG_DATE##</FONT></TH>
          <TH><FONT color="darkblue" size="-1">##MSG_BYTES##</FONT></TH>
          <TH><font color="darkblue" size="-1">##MSG_WEEKSUM##</font></th>
          <TH><font color="darkblue" size="-1">##MSG_CUMULATIVE##</font></th>
        </TR>
	
	<!-- VARIABLE oddattr bgcolor="beige" -->
        <!-- VARIABLE evenattr  bgcolor="cornsilk" -->
        <!-- VARIABLE sundayattr bgcolor="bisque" -->
        <!-- VARIABLE nooversizedattr color="black" -->
        <!-- VARIABLE oversizedattr color="red" -->
        
	<!-- [[ day start-->
        <TR ##DAYATTR##>
          <TD align="center"><FONT size="-1"><A HREF="##DAYDATE_L##">##DAYDATE_B##</A></FONT></TD>
          <TD align="right" nowrap="true"><FONT size="-1" ##OVERSIZEATTR##>##DAYBYTES##</FONT></TD>
          <td align="right" nowrap="true">##WEEKSUM##</td>
          <td align="right" nowrap="true"><font size="-2">##DAYCUMULATIVE##</font></td>
        </TR>
	<!-- ]] day end-->

        <TR bgcolor="blanchedalmond">
          <TD align="center">##MSG_TOTAL##</TD>
          <TD align="right" nowrap="true"><FONT size="-1">##TOTALBYTES##</FONT></TD>
          <td align="right" nowrap="true">&nbsp</td>
          <td align="right" nowrap="true">&nbsp</td>
        </TR>

      </TBODY>
    </TABLE>
    <HR>
    ##COPYRIGHT##
  </CENTER>
</BODY>
</HTML>