2020-12-26 01:42:23 +08:00
|
|
|
<?php
|
2021-01-13 19:32:26 +08:00
|
|
|
require_once("../include/bittorrent.php");
|
2020-12-26 01:42:23 +08:00
|
|
|
dbconn();
|
|
|
|
|
logoutcookie();
|
|
|
|
|
//logoutsession();
|
2025-02-19 19:46:51 +08:00
|
|
|
//header("Location: ./");
|
2023-07-30 02:00:08 +08:00
|
|
|
nexus_redirect("/");
|
|
|
|
|
?>
|