This file is indexed.

/usr/share/popfile/skins/default/nntp-port.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="configNNTPPort">
        <TMPL_VAR NAME="Localize_Configuration_NNTPPort">:
    </label>
    <br />
    <input name="nntp_port" type="text" id="configNNTPPort" value="<TMPL_VAR NAME="nntp_port">" />
    <input type="submit" class="submit" name="update_nntp_port" value="<TMPL_VAR NAME="Localize_Apply">" />
    <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />

    <TMPL_IF NAME="nntp_port_feedback">

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

    </TMPL_IF>

</form>