blessing-skin-server/resources/views/common/copyright.blade.php

8 lines
185 B
PHP
Raw Normal View History

2019-04-08 16:07:42 +08:00
{!!
2019-05-01 10:14:14 +08:00
str_replace(
'Blessing Skin Server',
'<a href="https://github.com/bs-community/blessing-skin-server">Blessing Skin Server</a>',
bs_copyright()
)
2019-04-08 16:07:42 +08:00
!!}