put tsv file in share dir root

This commit is contained in:
max/sooulix 2025-02-12 10:46:05 +01:00
parent 8df2b0debb
commit a21b986e78

View File

@ -44,8 +44,7 @@ function tsv_path($dir)
{
return implode('/', [
$GLOBALS['SANDDIR_ROOT_DIR'],
$dir,
'.sanddir.tsv'
'.' . $dir . '.sanddir.tsv'
]);
}