@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | } else { |
107 | 107 | sort($files); |
108 | 108 | start_table(); |
109 | - table_header("Name<br><small>(click to view text files)</small>", "Modified", "Size (bytes)", "MD5", "Delete","Download"); |
|
109 | + table_header("Name<br><small>(click to view text files)</small>", "Modified", "Size (bytes)", "MD5", "Delete", "Download"); |
|
110 | 110 | foreach ($files as $f) { |
111 | 111 | [$md5, $size] = sandbox_parse_info_file($user, $f); |
112 | 112 | $path = "$dir/$f"; |
@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | $notice = ""; |
139 | 139 | $dir = sandbox_dir($user); |
140 | 140 | $count = count($_FILES['new_file']['tmp_name']); |
141 | - for ($i=0; $i<$count; $i++) { |
|
141 | + for ($i = 0; $i < $count; $i++) { |
|
142 | 142 | $tmp_name = $_FILES['new_file']['tmp_name'][$i]; |
143 | 143 | if (!is_uploaded_file($tmp_name)) { |
144 | 144 | error_page("$tmp_name is not uploaded file"); |