blob: dbeef15d01abead11856ab53702c8529532947bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<Directory /usr/share/glpi/plugins/fusioninventory/install/mysql>
Order Allow,Deny
Deny from all
</Directory>
<Directory /usr/share/glpi/plugins/fusioninventory/scripts>
Order Allow,Deny
Deny from all
</Directory>
<Directory /usr/share/glpi/plugins/fusioninventory>
<IfModule mod_php5.c>
php_admin_flag allow_url_fopen On
</IfModule>
<IfModule mod_php7.c>
php_admin_flag allow_url_fopen On
</IfModule>
</Directory>
|