This file is indexed.

/usr/share/xcache/htdocs/common/footer.tpl.php is in php5-xcache 3.2.0-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
</div>
<div id="footer">
	<a href="http://validator.w3.org/check?uri=referer">
		<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" />
	</a>
	<a href="http://jigsaw.w3.org/css-validator/check/referer">
		<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" />
	</a>
	<div id="poweredBy">
		<h3>PHP <?php
	echo phpversion();
?> Powered By: XCache <?php
	echo defined('XCACHE_VERSION') ? XCACHE_VERSION : '';
?>, <?php
	echo defined('XCACHE_MODULES') ? XCACHE_MODULES : '';
?>
		</h3>
	</div>
</div>

</body>
</html>