Update activitypub.extend.php
This commit is contained in:
parent
131329c95a
commit
91c355ccde
|
@ -1,10 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
// ActivityPub implementation for GNUBOARD 5
|
// Description: ActivityPub implementation for GNUBOARD 5
|
||||||
// Go Namhyeon <abuse@catswords.net>
|
// Author: Go Namhyeon <abuse@catswords.net>
|
||||||
// MIT License
|
// ActivityPub: @gnh1201@catswords.social
|
||||||
// 2023-08-06 (version 0.1.16)
|
// License: MIT
|
||||||
|
// Date: 2023-08-06
|
||||||
|
// Version: 0.1.17-dev
|
||||||
|
|
||||||
// References:
|
// References:
|
||||||
// * https://www.w3.org/TR/activitypub/
|
// * https://www.w3.org/TR/activitypub/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user