mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add protocol issue page
This commit is contained in:
parent
5236f004eb
commit
d8175ec04e
2 changed files with 17 additions and 1 deletions
|
|
@ -368,11 +368,19 @@ class Page
|
|||
|
||||
break;
|
||||
|
||||
default:
|
||||
case str_starts_with($url, 'yoda://'):
|
||||
|
||||
$this->_openYoda(
|
||||
$url
|
||||
);
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
$this->_openYoda(
|
||||
'yoda://protocol'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue