This file is indexed.

/usr/share/popfile/skins/default/nntp-separator.thtml is in popfile 1.1.3+dfsg-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
15
16
17
18
<form action="/configuration" method="post">
    <label class="configurationLabel" for="configNNTPSeparator">
        <TMPL_VAR NAME="Localize_Configuration_NNTPSeparator">:
    </label>
    <br />
    <input name="nntp_separator" id="configNNTPSeparator" type="text" value="<TMPL_VAR NAME="nntp_separator">" />
    <input type="submit" class="submit" name="update_nntp_separator" value="<TMPL_VAR NAME="Localize_Apply">" />
    <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />

    <TMPL_IF NAME="nntp_separator_feedback">

    <blockquote>
        <TMPL_VAR NAME="nntp_separator_feedback">
    </blockquote>

    </TMPL_IF>

</form>