mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
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>
9 lines
144 B
PHP
9 lines
144 B
PHP
<?php
|
|
require_once("../include/bittorrent.php");
|
|
dbconn();
|
|
logoutcookie();
|
|
//logoutsession();
|
|
//header("Location: ./");
|
|
nexus_redirect("/");
|
|
?>
|