Files
nexusphp/public/logout.php
SPC a80f53d4f4 fix: Change Refresh into Location
If use Refresh, it will not work on some browser and
some protocols (e.g. HTTP/2). So, change Refresh
into Location.

Signed-off-by: SPC <github@spcsky.com>
2025-02-19 20:04:54 +08:00

9 lines
144 B
PHP

<?php
require_once("../include/bittorrent.php");
dbconn();
logoutcookie();
//logoutsession();
//header("Location: ./");
nexus_redirect("/");
?>