index.php
来自「一个基于web的开源项目管理工具」· PHP 代码 · 共 23 行
PHP
23 行
<?phpif (!defined('LOADED_AS_MODULE')) { die ('You cannot access this file directly.');}if (! pnLocalReferer()) { die('You cannot access this file from an external site.');}if (! $url) { die('You must use the {} calling method in your menu, not [].');}$home = pnGetBaseURL();$home .= 'user.php?op=loginscreen&module=NS-User';if (!pnUserLoggedIn()) { pnRedirect($home);}include('header.php');echo ('<iframe name="dplink" src="'.$url .'" width="100%" height="1600" marginwidth="0" marginheight="0" frameborder="0"></iframe>');include('footer.php');?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?