mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
php: request user name
This commit is contained in:
@ -61,6 +61,9 @@
|
||||
case 2:
|
||||
$uname = "Hamish Mitchell";
|
||||
break;
|
||||
case 3:
|
||||
$uname = null;
|
||||
break;
|
||||
}
|
||||
|
||||
$editorsMode = empty($_GET["action"]) ? "edit" : $_GET["action"];
|
||||
|
||||
Reference in New Issue
Block a user