This file is indexed.

/usr/share/freevo/htdocs/styles/viewlogfile.css is in freevo 1.9.2b2-4.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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
span.refresh {
    color: blue;
    background: inherit;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: right;    
}

div.viewlog {
    color: #333;
    background: inherit;
    padding-top: 1em;
    text-align: left;
    margin-left: 4%;
}

div.viewlog input {
    margin-left: 1em;
    margin-right: 1em;
    border: #0B1C52 1px solid;
    background:  #c9c9ff;
    color: #000000;
}

div.viewlog textarea {
    z-index:100; 
    left:2%;
    right:2%;
    width:96%;
    height: 60%; 
    position:absolute; 
    top:200px;  
    bottom:2%;  
    background:  #c9c9ff;

}

div.viewlog select {
    margin-left: 1em;
    border: #0B1C52 1px solid;
    background:  #c9c9ff;
    color: #000000;
}