mirror of
https://github.com/friendica/friendica
synced 2025-04-19 10:30:10 +00:00
Rename to AccountManagementControlDocument
This commit is contained in:
parent
1460e417c1
commit
08d4c7f1a9
2 changed files with 2 additions and 4 deletions
|
@ -9,12 +9,10 @@ use Friendica\BaseModule;
|
|||
*
|
||||
* @see https://wiki.mozilla.org/Labs/Weave/Identity/Account_Manager/Spec/3#Contents_of_the_Account_Management_Control_Document
|
||||
*/
|
||||
class AccMgmtControlDoc extends BaseModule
|
||||
class AccountManagementControlDocument extends BaseModule
|
||||
{
|
||||
public static function rawContent()
|
||||
{
|
||||
parent::rawContent();
|
||||
|
||||
$output = [
|
||||
'version' => 1,
|
||||
'sessionstatus' => [
|
Loading…
Add table
Add a link
Reference in a new issue