📄 index.php
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -