ActivityPubユニットテストの追加、CURLの変更、認証にログの追加
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
require_once __DIR__.DIRECTORY_SEPARATOR.'/autoload.php';
|
||||
define('ROOT', realpath(__DIR__));
|
||||
require_once ROOT.'/util.php';
|
||||
require_once ROOT.'/config/config.php';
|
||||
require_once ROOT.'/util.php';
|
||||
if (!CURL_ENABLED) define('ACTIVITYPUB_ENABLED', false);
|
||||
|
||||
mb_internal_encoding('UTF-8');
|
||||
header('Content-Type: text/plain; charset=UTF-8');
|
||||
|
||||
Reference in New Issue
Block a user