mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
fix php8 compatibility
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ $count_left = $Attach->get_count_left();
|
||||
$size_limit = $Attach->get_size_limit_byte();
|
||||
$allowed_exts = $Attach->get_allowed_ext();
|
||||
$css_uri = get_css_uri();
|
||||
$altsize = $_POST['altsize'];
|
||||
$altsize = $_POST['altsize'] ?? '';
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user