From 1ae7ec9f19592c30848d55a731afed3f7858debe Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 5 Jul 2022 23:17:39 +0000 Subject: [PATCH] Updated deprecation notice. --- public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index 26b2571..6759f6c 100644 --- a/public/index.php +++ b/public/index.php @@ -104,9 +104,9 @@ if($reqPath === '/metadata') { if($_SERVER['HTTP_HOST'] === 'mii.flashii.net') { $resp->type = 'object'; $resp->content_type = new stdClass; - $resp->content_type->string = 'text/meow'; + $resp->content_type->string = 'application/x-update-your-script-to-use-uiharu.flashii.net-instead-of-mii.flashii.net'; $resp->content_type->type = 'text'; - $resp->content_type->subtype = 'meow'; + $resp->content_type->subtype = 'deprecation'; $resp->title = 'Update your URLs: mii.flashii.net -> uiharu.flashii.net'; $resp->description = 'Update your URLs: mii.flashii.net -> uiharu.flashii.net'; $resp->site_name = 'Deprecation notice';