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 [
|
return [
|
||||||
'path' => str_replace('wakka.config.php', '', $configFile),
|
'path' => str_replace('wakka.config.php', '', $configFile),
|
||||||
'config' => $wakkaConfig,
|
'config' => $wakkaConfig,
|
||||||
'user' => '',
|
'user' => $path,
|
||||||
'group' => '',
|
'group' => $path,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue