This commit is contained in:
parent
11252d1cba
commit
09703698ec
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ function wikiIsOnServer($path)
|
|||
return [
|
||||
'path' => str_replace('wakka.config.php', '', $configFile),
|
||||
'config' => $wakkaConfig,
|
||||
'user' => '',
|
||||
'group' => '',
|
||||
'user' => $path,
|
||||
'group' => $path,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue