This file is indexed.

/usr/share/ifetch-tools/templates/ShowImage is in ifetch-tools 0.15.26d-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
%{
	<HTML> <HEAD> <!-- This HTML file has been created by a ruby servlet -->
	<TITLE>Camera #{cameraName} Interface</TITLE>
	<link rel="stylesheet" type="text/css" href="/style.css">
	<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
	<META HTTP-EQUIV="Expires" CONTENT="-1">
	<META HTTP-EQUIV="Cache-Control" CONTENT="no-store">
	</HEAD><CENTER>
	<BODY>
	<P>#{theDate}</P>
	#{pageToBuild}
	<BR><BR>
	<A HREF="#{HOMELINK}" target="_top">Home</A> | <A HREF="/archive" target="_top">Archive</A> | <A HREF="/live" target="_top">Live</A> | <A HREF="/monitor" target="_top">Monitor</A> | <A HREF="#{pageToBuildBasic}" target="_blank">HTML Archive</A> | <A HREF="#{pageToBuildVideo}" target="_blank">Video Export</A>
	<P>ifetch-tools version: #{VER}</P>
	</CENTER>
	</BODY>
	</HTML>
}