Skip to content

Commit

Permalink
Add message in packages to display the folder where files from server…
Browse files Browse the repository at this point in the history
… search, it could be security problem, but only people have right to manage packages and files can see it.
  • Loading branch information
ddurieux committed Apr 4, 2024
1 parent 79f9a7a commit 6c75fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/deployfile.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ function displayAjaxValues($config, $request_data, $rand, $mode) {
'extraparams' => [
'rand' => $rand
]]);
$pfConfig = new PluginFusioninventoryConfig();
echo "<br><i>".__('Base folder', 'fusioninventory')." : ".$pfConfig->getValue('server_upload_path')."</i>";
break;

}
Expand Down

0 comments on commit 6c75fd0

Please sign in to comment.