mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
misc up
This commit is contained in:
@@ -13,7 +13,7 @@ if (isset($_GET['del']))
|
||||
}
|
||||
}
|
||||
$where=$_GET["type"] ?? '';
|
||||
$refresh = ($CURUSER['sbrefresh'] ? $CURUSER['sbrefresh'] : 120)
|
||||
$refresh = ($CURUSER['sbrefresh'] ?? 120)
|
||||
?>
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
Reference in New Issue
Block a user