This file is indexed.

/usr/share/horde/wicked/lib/Text_Wiki/Parse/Mediawiki/Image2.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/Mediawiki/Image.php';

/**
 * Placeholder class as a complement to the Image2 renderer.
 *
 * @package Wicked
 */
class Text_Wiki_Parse_Image2 extends Text_Wiki_Parse_Image { }