put tsv file in share dir root
This commit is contained in:
parent
8df2b0debb
commit
a21b986e78
@ -44,8 +44,7 @@ function tsv_path($dir)
|
||||
{
|
||||
return implode('/', [
|
||||
$GLOBALS['SANDDIR_ROOT_DIR'],
|
||||
$dir,
|
||||
'.sanddir.tsv'
|
||||
'.' . $dir . '.sanddir.tsv'
|
||||
]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user