1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-10 19:59:18 +00:00

add ctime

This commit is contained in:
Xiangyue Cai
2019-09-09 12:15:20 +08:00
parent 9a1b17fe87
commit f01753c262
7 changed files with 12 additions and 8 deletions

View File

@@ -102,4 +102,5 @@ func_table = [
[ "object", ["string", "string", "string", "int"] ],
[ "object", ["string", "string", "string", "string", "string", "string", "string", "int", "int"] ],
[ "object", ["string", "string", "string", "string", "string", "string", "int", "string", "int", "int"] ],
["json", ["string"]],
]