This file is indexed.

/var/lib/bandwidthd/htdocs/header.php is in bandwidthd-pgsql 2.0.1+cvs20090917-7.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TS/html4/loose.dtd">
<html>
<HEAD>
<TITLE>BandwidthD<?php if (isset($subtitle)) { echo ' - ' . $subtitle; } ?></TITLE>
<link href="bandwidthd.css" rel="stylesheet" type="text/css">
</HEAD>

<BODY>
<center>
<img src="logo.gif" alt="BandwidthD Logo">
</center>