This file is indexed.

/etc/phpgacl/gacl.ini.php is in phpgacl 3.3.7-7.3.

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
;<? if (; //Cause parse error to hide from prying eyes?> 
;
; *WARNING* 
;
; DO NOT PUT THIS FILE IN YOUR WEBROOT DIRECTORY. 
;
; *WARNING*
;
; Anyone can view your database password if you do!
;
debug 			= FALSE

;
;Database
;
; Begin of variables configured through debconf
db_type 		= "mysql"
db_host			= "localhost"
db_user			= "root"
db_password		= ""
db_name			= "gacl"
; End of variables configured through debconf

db_table_prefix		= ""

;
;Caching
;
caching			= FALSE
force_cache_expire	= TRUE
cache_dir		= "/tmp/phpgacl_cache"
cache_expire_time	= 600

;
;Admin interface
;
items_per_page 		= 100
max_select_box_items 	= 100
max_search_return_items = 200

;NO Trailing slashes
smarty_dir 		= "/usr/share/php/smarty3/"
smarty_template_dir 	= "templates"
smarty_compile_dir 	= "templates_c"