This file is indexed.

/etc/mlmmj-php-web-admin/templates/edit.html is in mlmmj-php-web-admin 1.2.18.0-2.

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
<html><head><title>mlmmj config</title></head><body>
<h1>mlmmj config</h1>
<form method="post" action="save.php">
<input type="hidden" name="list" value="{LIST}">
<table border="1">
{ROWS}
</table>
<input type="submit" name="submit" />
</form>
<p>
<a href="index.php">Index</a>
</p>
</body></html>