owner instead author

This commit is contained in:
Sergey Linnik
2021-02-04 15:43:09 +03:00
parent 75d828a6ae
commit 758291fd71
6 changed files with 7 additions and 7 deletions

View File

@ -76,7 +76,7 @@
"fileType" => $filetype,
"key" => $docKey,
"info" => [
"author" => "Me",
"owner" => "Me",
"created" => date('d.m.y'),
"favorite" => isset($_GET["user"]) ? $_GET["user"] == 1 : null
],