mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-08-02 06:51:30 +02:00
Minor identation issues (#1273)
This commit is contained in:
@@ -2164,18 +2164,15 @@ $all_files_size = 0;
|
||||
$owner = $owner_info;
|
||||
}
|
||||
}
|
||||
|
||||
$group_id = filegroup($path . '/' . $f);
|
||||
$group_info = posix_getgrgid($group_id);
|
||||
if ($group_info) {
|
||||
$group = $group_info;
|
||||
}
|
||||
|
||||
} catch (Exception $e) {
|
||||
error_log("exception:" . $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<?php if (!FM_READONLY): ?>
|
||||
@@ -2239,18 +2236,15 @@ $all_files_size = 0;
|
||||
$owner = $owner_info;
|
||||
}
|
||||
}
|
||||
|
||||
$group_id = filegroup($path . '/' . $f);
|
||||
$group_info = posix_getgrgid($group_id);
|
||||
if ($group_info) {
|
||||
$group = $group_info;
|
||||
}
|
||||
|
||||
} catch (Exception $e) {
|
||||
error_log("exception:" . $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<?php if (!FM_READONLY): ?>
|
||||
|
Reference in New Issue
Block a user