This file is indexed.

/usr/share/aat/INC/AAT_PageBottom.inc is in octopussy 1.0.6-0ubuntu1.

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
<%
my %arg = @_;

if (defined $arg{credits})
{
	my $footer = "Apache::ASP Toolkit " . AAT::Version();
	my $link = AAT::WebSite();
	%><div align="center">
	<AAT:Label value="Powered by " size="-2" />
	<AAT:Label value="$footer" size="-2" link="$link" /></div><%
}
%>
</body>
</html>