This file is indexed.

/usr/share/horde/wicked/lib/Text_Wiki/Parse/Creole/Wikilink2.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
 6
 7
 8
 9
10
<?php

require_once 'Text/Wiki/Parse/Creole/Wikilink.php';

/**
 * Placeholder class as a complement to the Wikilink2 renderer.
 *
 * @package Wicked
 */
class Text_Wiki_Parse_Wikilink2 extends Text_Wiki_Parse_Wikilink { }