This file is indexed.

/usr/share/php/tests/Horde_Alarm/Horde/Alarm/conf.php.dist is in php-horde-alarm 2.0.5-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
<?php
// Horde_Db configuration.
$conf['alarm']['test']['horde']['adapter'] = 'pdo_mysql';
$conf['alarm']['test']['horde']['host'] = 'localhost';
$conf['alarm']['test']['horde']['username'] = '';
$conf['alarm']['test']['horde']['password'] = '';
$conf['alarm']['test']['horde']['dbname'] = 'horde';
$conf['alarm']['test']['horde']['charset'] = 'utf-8';