This file is indexed.

/usr/share/lightsquid/tpl/base/day_detail.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!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 :: Day detail</title>
</head>

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

  <center>
    <table cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
          <td align="center" bgcolor="blanchedalmond"><font size="-1">##MSG_DATE##:</font></td>
          <td align="left" bgcolor="beige"><font size="-1">&nbsp;<b>##DATE##&nbsp;</b></font></td>
        </tr>
      </tbody>
    </table>
  </center>

  <center>
    <table>
      <tbody>
        <tr>
          <td>
            <table cellpadding="2" cellspacing="2">
              <tbody>
                <tr>
                  <td></td>
                  <td></td>
                </tr>

                <tr>
                  <td colspan="11"><font size="-1"><A HREF="##TOPSITESURL_L##">##TOPSITESURL_B##</A> ##MSG_REPORT##</font></td>
                </tr>

                <tr>
                  <td colspan="11"><font size="-1"><A HREF="##BIGFILESURL_L##">##BIGFILESURL_B##</A> ##MSG_REPORT##</font></td>
                </tr>

<!-- HIDE overuser start-->		  
                <tr>
                  <td colspan="11"><font color="red" size="+1">##OVERMSG##</font></td>
                </tr>
<!-- HIDE overuser end-->		  
		
                <tr bgcolor="blanchedalmond">
                  <th><font color="darkblue" size="-1">##MSG_NUM##</font></th>
<!-- HIDE timereport start-->		  
                  <th><font color="darkblue" size="-1">##MSG_TIME_REPORT##</font></th>
<!-- HIDE timereport end-->		  
                  <th><font color="darkblue" size="-1">##MSG_USER##</font></th>
<!-- HIDE realname start-->		  
                  <th><font color="darkblue" size="-1">##MSG_REALNAME##</font></th>
<!-- HIDE realname end-->		  
                  <th><font color="darkblue" size="-1">##MSG_CONNECT##</font></th>
<!-- HIDE putpost start-->		  
                  <th><font color="darkblue" size="-1">##MSG_PUTPOST##</font></th>
<!-- HIDE putpost end-->		  
                  <th><font color="darkblue" size="-1">##MSG_BYTES##</font></th>
                  <th><font color="darkblue" size="-1">%</font></th>
<!-- HIDE group start -->
                  <th><font color="darkblue" size="-1">##MSG_GROUP##</font></th>
<!-- HIDE group end -->
                </tr>

                <tr>
                  <td></td>
                </tr>
		
<!-- VARIABLE evenattr bgcolor="beige"    -->
<!-- VARIABLE oddattr  bgcolor="cornsilk" -->

<!-- VARIABLE !putpostnormalattr  color="black" -->
<!-- VARIABLE !putpostwarningattr color="red"   -->

<!-- VARIABLE putpostnormalattr  </> -->
<!-- VARIABLE putpostwarningattr <img src="get.cgi?png=flag_red" border="0" title="Graph Report">  -->


		
<!-- [[ user start-->
                <tr ##ROWATTR##>
                  <td border="0" align="right"><font size="-1">##USERNUM##</font></td>
<!-- HIDE timereport start-->		  
		  <td align="center"><A HREF="##TIMEURL_L##"><img src="get.cgi?png=datetime" border="0" title="Graph Report"></A></td>
<!-- HIDE timereport end-->		  
                  <td><A HREF="##USERURL_L##">##USERURL_B##</A></td>
<!-- HIDE realname start-->		  
                  <td align="right" nowrap="true"><font size="-1">##REALNAME##</font></td>
<!-- HIDE realname end-->		  
                  <td align="right" nowrap="true"><font size="-1">##USERCONNECT##</font></td>
<!-- HIDE putpost start-->		  
                  <td align="right" nowrap="true"><font size="-1">##USERPUTPOST####OVERPUTPOSTATTR##</font></td>
<!-- HIDE putpost end-->		  
                  <td align="right" nowrap="true"><font size="-1">##USERBYTES##</font></td>
                  <td align="right" ><font size="-1">##USERPERCENT##%</font></td>
<!-- HIDE group start -->
                  <td align="left" ><font size="-1"><A HREF="##USERGROUPURL_L##">##USERGROUPURL_B##</A></font></td>
<!-- HIDE group end -->
                </tr>
<!-- ]] user end-->

              </tbody>
            </table>
          </td>
        </tr>
      </tbody>
    </table>
    <hr>
    ##COPYRIGHT##
  </center>
</body>
</html>