diff --git a/plugins/Common.php b/plugins/Common.php index 9fd3261..f5ff015 100644 --- a/plugins/Common.php +++ b/plugins/Common.php @@ -131,7 +131,7 @@ Class Common { $dirPath = str_replace($username, $dir, $rootDir); $filepath = "{$dirPath}/README_nickname.txt"; - $nickname = $username; + $nickname = ''; if (file_exists($filepath)) { $nickname = file_get_contents($filepath); if (!empty($nickname)) {