We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07d9a0 commit e6752a7Copy full SHA for e6752a7
server/lib/classes/cron.d/100-monitor_hd_quota.inc.php
@@ -85,7 +85,7 @@ public function onRunJob() {
85
$options['user'][$record['system_user']] = $record['hd_quota']*1024;
86
}
87
88
- //* ignore the first 5 lines, process the rest
+ //* Loop over all the output lines, for groups.
89
for ($i = 0; $i <= sizeof($df); $i++) {
90
if (isset($df[$i]) && $df[$i] != '') {
91
//* Make a array of the data
@@ -106,7 +106,7 @@ public function onRunJob() {
106
107
108
109
+ //* Loop over all the output lines, for users.
110
111
112
0 commit comments