setting-info.php
来自「F2blog v1.1 beta 12.27更新说明 1、后台编辑器增加了文本」· PHP 代码 · 共 25 行
PHP
25 行
<?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 + =
减小字号Ctrl + -
显示快捷键?