This file is indexed.

/usr/share/pgsnap/template/header.template.html is in pgsnap 0.7.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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
  <title>PGSnap - Reports</title>
  <style type="text/css" media="screen" title="Normal Text">@import url("fixed.css");</style>
  <script type="text/javascript" src="jquery-1.2.3.js"></script>
  <script type="text/javascript" src="jquery.tablesorter.js"></script>
  <script type="text/javascript">
  $(document).ready(function() {
    $("#myTable").tablesorter(); 
    $("#source").hide();                   
    $("button#showthesource").toggle(function(){
      $("button#showthesource").text('Hide SQL commands!');
      $("#source").show();
    },function(){
      $("button#showthesource").text('Show SQL commands!');
      $("#source").hide();
    });
    $("input#showusrobjects").click(function() {
      if($(this).attr("checked")) {
        $(".usr_odd").show();
        $(".usr").show();
      } else {
        $(".usr_odd").hide();
        $(".usr").hide();
      }
    });
    $("input#showsysobjects").click(function() {
      if($(this).attr("checked")) {
        $(".sys_odd").show();
        $(".sys").show();
      } else {
        $(".sys_odd").hide();
        $(".sys").hide();
      }
    });
  });
  </script>
</head>
<body>
   <div id="pgContainerWrap">
    <div id="pgContainer">
      <span class="txtOffScreen"><a href="#pgContent" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
      <span class="txtOffScreen"><a href="#pgContentWrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
      <div id="pgHeaderContainer">
        <div id="pgHeader">
	  <h2 class="pgBlockHide">Header And Logo</h2>
          <div id="pgHeaderLogoLeft">
            <a href="/" title="PostgreSQL"><img src="hdr_left.png" width="230" height="80" alt="PostgreSQL" /></a>
          </div>
          <div id="pgHeaderLogoRight">
            <span class="txtOffScreen">|</span>
            <a href="/" title="The world's most advanced open source database."><img src="hdr_right.png" width="210" height="80" alt="The world's most advanced open source database." /></a>
          </div>
        </div>
  	<h2 class="pgBlockHide">Site Navigation</h2>
        <div id="pgTopNav">
          <div id="pgTopNavLeft">
            <img src="nav_lft.png" width="7" height="23" alt="" />
          </div>
          <div id="pgTopNavRight">
            <img src="nav_rgt.png" width="7" height="23" alt="" />
          </div>
          <ul id="pgTopNavList">
  <li>
    <a href="index.html" title="Home">Home</a>
  </li>
  <li>
    <a href="ver.html" title="General">General</a>
  </li>
  <li>

    <a href="bases.html" title="Global Objects">Global Objects</a>
  </li>
  <li>
    <a href="schemas.html" title="Databases Objects">Databases Objects</a>
  </li>
  <li>
    <a href="sessionsinfo.html" title="Activities">Activities</a>

  </li>
  <li>
    <a href="stat_databases.html" title="Statistics">Statistics</a>
  </li>
</ul>

        </div>
      </div>
      <div id="pgContent">