Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
merge r7210 from branch 2.1 to trunk
feature 1756 added: returns the security token in method pwg.session.getStatus


git-svn-id: http://piwigo.org/svn/trunk@7212 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Oct 15, 2010
1 parent 2e27457 commit 7ee4f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ws_functions.inc.php
Expand Up @@ -1360,6 +1360,7 @@ function ws_session_getStatus($params, &$service)
{
$res[$k] = $user[$k];
}
$res['pwg_token'] = get_pwg_token();
$res['charset'] = get_pwg_charset();
return $res;
}
Expand Down

0 comments on commit 7ee4f2b

Please sign in to comment.