Updated deprecation notice.

This commit is contained in:
flash 2022-07-05 23:17:39 +00:00
parent 8c36b4a85d
commit 1ae7ec9f19
1 changed files with 2 additions and 2 deletions

View File

@ -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';