This file is indexed.

/usr/share/flamerobin/html-templates/DDL.html is in flamerobin 0.9.3~+20150308.6c0559c-1build1.

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
<html>
<head>
  <title>DDL</title>
</head>
<body>
{%header:DDL%}
<br><br>
<table cellspacing=1 cellpadding=2 border=0 bgcolor=black width="98%">
  <tbody>
    <tr bgcolor="navy">
      <td><font color=white><b>{%object_name%}</b> [<a
    href="fr://edit_ddl?parent_window={%parent_window%}&amp;object_handle={%object_handle%}"><font
    color="yellow">open in SQL editor</font></a>]</font></td>
    </tr>
    <tr bgcolor="{%alternate:#DDDDFF:#CCCCFF%}">
      <td valign="top" nowrap><font size=-1><pre>{%object_ddl%}</pre></font></td>
    </tr>
  </tbody>
</table>
<br>
</body>
</html>