📄 logout.php
字号:
<?php
// As an argument you should specify the "goback" string, which must be a filename of the
// page to which it should redirect (withouth any "/" characters, just the filename, like "index.php")
include("inc/functions.php");
logout();
$goback = $_GET['goback'];
if ($goback == "") $goback = "index.php";
redirect($goback);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -