This file is indexed.

/usr/share/phpsysinfo/plugins/PSStatus/css/PSStatus.css is in phpsysinfo 3.0.17-1.

This file is owned by nobody:nogroup, 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
/*
 $Id: PSStatus.css 510 2011-10-24 18:01:22Z namiltd $
 */
#plugin_psstatusTable thead tr .header {
    background-image: url("../../../gfx/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#plugin_psstatusTable thead tr .headerSortUp {
    background-image: url("../../../gfx/asc.gif");
}

#plugin_psstatusTable thead tr .headerSortDown {
    background-image: url("../../../gfx/desc.gif");
}