Dateien hochladen nach „Build/includes“

This commit is contained in:
Stephan 2018-10-24 09:04:50 +00:00
parent aee6bac389
commit 7b46bb9474
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,2 @@
s/Qüen/Queen/g
s/qüen/queen/g

11
Build/includes/token.php Normal file
View file

@ -0,0 +1,11 @@
<?php require('includes/check_privilege.inc.php'); list($synotoken,
$synouser, $is_admin) =
check_privilege('SYNO.SDS.synOTR.Application'); if ($synouser == '')
{
echo "0";
}
else
{
echo "token: $synotoken user: $synouser admin: $is_admin";
}
?>