This file is indexed.

/usr/share/zentyal/templates/dns/ajax/viewer/domainTypeViewer.mas is in zentyal-dns 2.3.10+quantal1.

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
<%init>
use EBox::DNS;
</%init>
<%args>
$data
</%args>
%   if (defined $data->printableValue() and
%       $data->value() eq EBox::DNS::DYNAMIC_ZONE() or
%       $data->value() eq EBox::DNS::DLZ_ZONE()) {
		<img src="/data/images/apply.gif" alt="yes"/>
%   } else {
		<img src="/data/images/deny-active.gif" alt="no"/>
%   }