mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
fix php8 compatibility
This commit is contained in:
@@ -59,8 +59,8 @@ countdown(time);
|
||||
</head>
|
||||
<body class='inframe' <?php if ($_GET["type"] != "helpbox"){?> onload="<?php echo $startcountdown?>" <?php } else {?> onload="hbquota()" <?php } ?>>
|
||||
<?php
|
||||
if($_GET["sent"]=="yes"){
|
||||
if(!$_GET["shbox_text"])
|
||||
if(isset($_GET["sent"]) && $_GET["sent"]=="yes"){
|
||||
if(!isset($_GET["shbox_text"]) || !$_GET['shbox_text'])
|
||||
{
|
||||
$userid=0+$CURUSER["id"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user