This file is indexed.

/usr/share/horde/wicked/lib/Text_Wiki/Render/Xhtml/Freelink2.php is in php-horde-wicked 2.0.7-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
<?php

require_once __DIR__ . '/Wikilink2.php';

class Text_Wiki_Render_Xhtml_Freelink2 extends Text_Wiki_Render_Xhtml_Wikilink2 {}