LoliPHP/src/curl/index.php

10 行
456 B
PHP

<?php
$title = 'CURL';
$siteurl .= '/curl';
$childview = '../ui/curl/index.php';
// テストするには、config.phpでの「API_AUTH」値を「https://social.076.ne.jp」、又は違うPleromaインスタンスのホスト名に設定して下さい。
// To test, please set "API_AUTH" in config.php to "https://social.076.ne.jp", or a different Pleroma instance host name.
$result = lolicurl('/api/pleroma/frontend_configurations');
?>