Files
nexusphp/logout.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

8 lines
185 B
PHP

<?php
require_once("include/bittorrent.php");
dbconn();
logoutcookie();
//logoutsession();
//header("Refresh: 0; url=./");
Header("Location: " . get_protocol_prefix() . "$BASEURL/");
?>