Skip to content

Commit

Permalink
Merge pull request #7 from fusioninventory/gsit9.5+enhancefolderDispl…
Browse files Browse the repository at this point in the history
…ayPackagefile

Gsit9.5+enhancefolder display packagefile
  • Loading branch information
ddurieux authored Apr 4, 2024
2 parents 634b5f5 + b080909 commit 2b3c912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.3', '7.4', '8.0']
gsit-versions: ['9.5.10']
gsit-versions: ['9.5.12']
name: phpunit-GSIT-latest (${{ matrix.gsit-versions }}) | PHP(${{ matrix.php-versions }})
env:
extensions: zip, hash, fileinfo, mysqli, gd, bz2, xdebug
key: cache-v1
steps:
- uses: ankane/setup-mariadb@v1
with:
mariadb-version: 10.8
mariadb-version: 10.11
- uses: actions/checkout@v1
- name: Setup cache environment
id: extcache
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
- uses: ankane/setup-mariadb@v1
with:
mariadb-version: 10.8
mariadb-version: 10.11
- uses: actions/checkout@v1
- name: Setup cache environment
id: extcache
Expand Down
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 2b3c912

Please sign in to comment.