Skip to content
Snippets Groups Projects
Commit 1e6c38a4 authored by Martin Haase's avatar Martin Haase
Browse files

tgCrudCheckAccess new public field

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@8945 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent e98b2981
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ if( isset( $_POST['auth'] ) ) { ...@@ -52,6 +52,7 @@ if( isset( $_POST['auth'] ) ) {
echo "Allowed operations: " . serialize( $checkResponse->operation ) . "<BR>"; echo "Allowed operations: " . serialize( $checkResponse->operation ) . "<BR>";
echo "public: ". serialize ($checkResponse->public) . "<BR>";
} }
else { else {
......
...@@ -42,6 +42,7 @@ class tgCrudCheckAccessRequest { ...@@ -42,6 +42,7 @@ class tgCrudCheckAccessRequest {
class tgCrudCheckAccessResponse { class tgCrudCheckAccessResponse {
public $result; public $result;
public $public;
public $projectInfo; public $projectInfo;
public $username; public $username;
public $operation; public $operation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment