lostpage.php
来自「一款基于PHP的网络日记程序。WikyBlog支持:多用户的 BLOG」· PHP 代码 · 共 6 行
PHP
6 行
<?php$lang['PAGE_NOT_FOUND'] = 'The requested page <tt>%s</tt> was not found.';$lang['REGISER_AS_USER'] = 'It appears the user account <tt>%s</tt> has not been created. Would you like to %s with this username?';$lang['LINK_TYPO'] = ' Check for a link typo on the refering page: ';$lang['REGISTER_TO_CREATE'] = 'Create this page by first registering with the username <tt>%s</tt>.';
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?