⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 一个基于web的开源项目管理工具
💻 PHP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -