add protocol issue page

This commit is contained in:
yggverse 2024-04-14 07:13:16 +03:00
parent 5236f004eb
commit d8175ec04e
2 changed files with 17 additions and 1 deletions

View file

@ -368,11 +368,19 @@ class Page
break;
default:
case str_starts_with($url, 'yoda://'):
$this->_openYoda(
$url
);
break;
default:
$this->_openYoda(
'yoda://protocol'
);
}
}