feat(updater) : add path
This commit is contained in:
parent
807b374fbc
commit
587f2fbd51
1 changed files with 1 additions and 0 deletions
|
@ -355,6 +355,7 @@ function searchWikis($path, $pattern)
|
|||
$wakkaConfig = [];
|
||||
include_once($file);
|
||||
$list[$nb] = [
|
||||
'PATH' => dirname($file),
|
||||
'URL' => $wakkaConfig['base_url'] ?? 'KO',
|
||||
'VERSION' => $wakkaConfig['yeswiki_version'] ?? 'KO',
|
||||
'RELEASE' => $wakkaConfig['yeswiki_release'] ?? 'KO',
|
||||
|
|
Loading…
Reference in a new issue