mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
warning fix
This commit is contained in:
@@ -43,8 +43,8 @@ $url = parse_imdb_id($_POST['url'] ?? '');
|
||||
|
||||
$nfo = '';
|
||||
if ($enablenfo_main=='yes'){
|
||||
$nfofile = $_FILES['nfo'];
|
||||
if ($nfofile['name'] != '') {
|
||||
$nfofile = $_FILES['nfo'] ?? [];
|
||||
if (!empty($nfofile['name'])) {
|
||||
|
||||
if ($nfofile['size'] == 0)
|
||||
bark($lang_takeupload['std_zero_byte_nfo']);
|
||||
|
||||
Reference in New Issue
Block a user