logout.php
来自「这是国外的resip协议栈」· PHP 代码 · 共 36 行
PHP
36 行
<?phprequire('reprofunctions.php');clearCookies();?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--System: ReproFile: logout.phpPurpose: Clears cookies and logs the user out of the systemAuthor: S. Chanin--><html><head><link rel="stylesheet" type="text/css" href="repro_style.css" /><title>Logout</title></head><body><h1 class="title">Repro</h1><h1>Logout</h1><hr /><p>You have been safely logged out.</p><br /><hr /><a href="index.php">Return to Welcome Page</a><br /></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?