📄 setting-info.php
字号:
<?PHP
$pluginUrl = "bilder/";
$folderFile = "config.txt";
$picList = "bilder.txt";
$head=<<<HTML
<html xmlns="http://www.w3.org/1999/xhtml" lang="UTF-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="UTF-8" />
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="wed, 26 Feb 1997 08:21:57 GMT">
<meta name="robots" content="all" />
<meta name="author" content="joesenhong@yahoo.com.cn" />
</head>
HTML;
echo $head;
$job=$_REQUEST['job'];
if(empty($job)){
$job = "default";
}
if($job == "default"){
//鏂囦欢澶规樉绀烘ā鍧
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -