diff --git a/utils.inc.php b/utils.inc.php index ffd8453..c5366f9 100644 --- a/utils.inc.php +++ b/utils.inc.php @@ -24,8 +24,8 @@ function wikiIsOnServer($path) return [ 'path' => str_replace('wakka.config.php', '', $configFile), 'config' => $wakkaConfig, - 'user' => '', - 'group' => '', + 'user' => $path, + 'group' => $path, ]; }