index.php
来自「开元的blog .如果不能打开左侧资源列表中的内容、无法阅读到图书、注册认证出」· PHP 代码 · 共 29 行
PHP
29 行
<?include("include/config.php");include("include/func.php");include("include/connect.php");//---------------------echo "<html><head><TITLE></TITLE><style type='text/css'><!--$css--></style></head><body><center>";template_header($linksconf);//----------------------if ($id==""){include("include/welcome.php");}elseif (file_exists("include/id$id.php")){include("include/id$id.php");}else{echo "<br><br>wrong id!<br>File does not exist<br><br>Falsche Id!<br>Datei exestiert nicht";};clearstatcache();?></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?