chskin.php

来自「bmb的论坛」· PHP 代码 · 共 19 行

PHP
19
字号
<?
/* BMForum Plus! Bulletin Board Systems Version : Plus!  This is a freeware, but don't change the copyright information. A SourceForge Project - GNU Licence project. Web Site: http://www.bmforum.com Copyright (C) Bluview Technology*/
require("datafile/config.php");
require("getskin.php");

@setcookie('lastpath',"abcsad.php",0,$cookie_p,$cookie_d);
if ($fnew_skin==1) setcookie("bmbskin",$_GET[skinname],time()+31536000,$cookie_p,$cookie_d);

if ($_SERVER['HTTP_REFERER']=="" || $_GET['goto']=="demo") $_SERVER['HTTP_REFERER']="index.php";
?>
<meta http-equiv="Refresh" content="0; URL=<?=$_SERVER['HTTP_REFERER']?>">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?