This file is indexed.

/usr/bin/whups-git-hook-conf.php.dist is in php-horde-whups 3.0.0-2.

This file is owned by root:root, with mode 0o755.

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
<?php
/**
 * commit-update-tickets.php configuration
 */
// Path to git
$git = '/usr/bin/git';

// XML-RPC endpoint
$rpc_endpoint = 'https://dev.horde.org/horde/rpc.php';

// XML-RPC method to call
$rpc_method = 'tickets.addComment';

// XML-RPC options, usually username and password
$rpc_options = array('user' => '',
                     'pass' => '');