This file is indexed.

/usr/share/photon/templates/photonv1/index.html is in photon 0.4.6-3.1.

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
#*
This file is a template for Photon for the index%d.html pages.
*#
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Photon: $title</title>
  <meta http-equiv="Content-Type" content="text/html; charset=$charset">
  #if ($previous_link)<link rel="prev" href="$previous_link"> #end
  #if ($next_link)<link rel="next" href="$next_link"> #end
  #if ($awstats_script_url)<script type="text/javascript" src="$awstats_script_url"></script> #end
</head>
<body bgcolor="$body_bgcolor">
<div align="center">
<table bgcolor="black">
<tr>
 <td>
  <table width="100%" cellpadding="4">
    <tr bgcolor="$img_bgcolor">
      <td colspan="$display_columns">$navbar</td>
    </tr>
    #foreach($row in $row_dirs)
    <tr bgcolor="$img_bgcolor">
      #foreach($case in $row)
	#if ($case.type == 'normal')
          <td align="center"><a href="$case.url/index.html"><b>$case.name</b></a><br><img width="$thumbsize_width" height="1" src="blank.gif" alt=""></td>
	#elseif ($case.type == 'ext')
	  <td valign="bottom" align="center"><a href="$case.url/index.html"><img width="$case.thumbsize_width" height="$case.thumbsize_height" src="$case.thumb_url" alt="$case.thumb_name"></a><br><a href="$case.url/index.html"><b>$case.name</b></a></td>
	#elseif ($case.type == 'blank')
      <td><img width="$thumbsize_width" height="1" src="blank.gif" alt=""></td>
	#end
      #end
    </tr>
    #end
    #foreach($row in $row_images)
    <tr bgcolor="$img_bgcolor">
      #foreach($case in $row)
	#if ($case.type == 'movie')
      <td valign="bottom" align="center"><table border="0"><tr><td bgcolor="black"><table border="0" cellpadding="0"><tr><td><img border="0" src="filmholes-big-left.png" width="15" height="$case.thumbsize_height" align="top" alt=""/></td><td><a href="$case.img_html_url"><img border="0" src="$case.img_url" alt="$case.name" width="$case.thumbsize_width" height="$case.thumbsize_height" /></a></td><td><img border=0 src="filmholes-big-right.png" width="15" height="$case.thumbsize_height" align="top" alt=""/></td></tr></table></td></tr></table><br><a href="$case.img_html_url"> $case.name </a></td>
	#elseif ($case.type == 'img')
      <td valign="bottom" align="center"><table border="0"><tr><td bgcolor="black"><a href="$case.img_html_url"><img hspace="3" vspace="3" border="0" src="$case.img_url" alt="$case.name" width="$case.thumbsize_width" height="$case.thumbsize_height"></a></td></tr></table><br><a href="$case.img_html_url"> $case.name </a></td>
	#elseif ($case.type == 'blank')
      <td><img width="$thumbsize_width" height="1" src="blank.gif" alt=""></td>
	#end
      #end
    </tr>
    #end
    <tr bgcolor="$img_bgcolor">
      <td colspan="$display_columns"><table border="0" width="100%"><tr>
	    <td>#if ($page_index == 0)Start | Prev $items_per_page | #elseif ($page_index == 1) <a href="index.html">Start</a> | <a href="index.html">Prev $items_per_page</a> | #else <a href="index.html">Start</a> | <a href="index${previous_page_index}.html">Prev $items_per_page</a> | #end #if ($page_index<$max_pages) <a href="index${next_page_index}.html">Next $items_per_page</a> | <a href="index${max_pages}.html">End</a>#else Next $items_per_page | End#end </td>
	    <td align=right>#if ($total_images == 0) &nbsp; #else Images $images_processed to $max_images_displayed of $total_images #end </td>
	  </tr>
	</table>
      </td>
    </tr>
  </table>
 </td>
</tr>
</table>
<font size=-1>Generated by <a href="http://www.saillard.org/photon/">Photon $version</a></font>
</div>
</body>
</html>