mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu v1.4.8 Funium
This commit is contained in:
@@ -2,13 +2,7 @@
|
||||
require("../../function/function.php");
|
||||
$serversettings_file = "../../server/serversettings.ini";
|
||||
$serversettings = parse_ini_file($serversettings_file, true);
|
||||
function decode_yajirushi($postText){
|
||||
$postText = str_replace('←', '←', $postText);
|
||||
$postText = str_replace('↓', '↓', $postText);
|
||||
$postText = str_replace('↑', '↑', $postText);
|
||||
$postText = str_replace('→', '→', $postText);
|
||||
return $postText;
|
||||
}
|
||||
|
||||
if(safetext($serversettings["serverinfo"]["server_activitypub"]) === "true"){
|
||||
header("Content-Type: application/activity+json");
|
||||
header("charset=utf-8");
|
||||
@@ -77,7 +71,7 @@ if(safetext($serversettings["serverinfo"]["server_activitypub"]) === "true"){
|
||||
"software" => array(
|
||||
"name" => "uwuzu",
|
||||
"version" => "".str_replace("\r", '', $uwuzuinfo[1])."",
|
||||
"homepage" => "https://www.uwuzu.com/",
|
||||
"homepage" => "https://docs.uwuzu.xyz/",
|
||||
"repository" => "https://github.com/Daichimarukana/uwuzu",
|
||||
),
|
||||
"protocols" => [
|
||||
|
||||
Reference in New Issue
Block a user