This file is indexed.

/etc/spotweb/dbsettings.inc.php is in spotweb 20130826+dfsg2-2.

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
# database settings managed by Debian configuration
# Do not touch this file

@include '/etc/spotweb/dbconfig.php';
$dbsettings['engine'] = "pdo_$dbtype";
$dbsettings['host'] = $dbserver ?: "localhost";
$dbsettings['dbname'] = $dbname;
$dbsettings['user'] = $dbuser;
$dbsettings['pass'] = $dbpass;