Update common.php

pull/73/head
qkqpttgf 2020-06-07 14:28:41 +08:00 committed by GitHub
parent f5433dafa8
commit 38af9fe4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@ function proxy_replace_domain($url, $domainforproxy)
function files_json($files)
{
$tmp = '';
//$tmp = '';
if (isset($files['file'])) {
$tmp['file']['type'] = 0;
$tmp['file']['id'] = $files['id'];
@ -404,7 +404,7 @@ function files_json($files)
} elseif (isset($files['folder'])) {
$tmp['list'] = [];
foreach ($files['children'] as $file) {
$tmp1 = '';
//$tmp1 = '';
if (isset($file['file'])) {
$tmp1['type'] = 0;
$tmp1['url'] = $file[$_SERVER['DownurlStrName']];