Passed
Push — dpa_buda5 ( e14f71...f24fc2 )
by David
10:02
created
html/user/sandbox.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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");
Please login to merge, or discard this patch.