This file is indexed.

/usr/share/php/Horde/Controller/SettingsExporter/Default.php is in php-horde-controller 2.0.1-3.

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
23
24
<?php
/**
 * Default controller request builder
 *
 * @category Horde
 * @package  Controller
 * @author   Bob McKee <bob@bluestatedigital.com>
 * @author   James Pepin <james@bluestatedigital.com>
 * @license  http://www.horde.org/licenses/bsd BSD
 */
class Horde_Controller_SettingsExporter_Default implements Horde_Controller_SettingsExporter
{
    /**
     */
    public function exportBindings(Horde_Injector $injector)
    {
    }

    /**
     */
    public function exportFilters(Horde_Controller_FilterCollection $filters, Horde_Injector $injector)
    {
    }
}