From 09703698eceb8d1c988516ac07b5d2ac97dd2aee Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Fri, 20 Dec 2024 10:23:44 +0300 Subject: [PATCH] feat(move): add user and group --- utils.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ]; }