|
|
@@ -21,7 +21,7 @@ class QuotaController {
|
|
|
echo json_encode(['error' => 'Failed to get user quota', 'details' => implode("\n", $userOutput)]);
|
|
|
return;
|
|
|
}
|
|
|
- error_log("DEBUG: Getting Quota for $username => " . implode("\n", $userOutput));
|
|
|
+ error_log("DEBUG: Getting Quota for $username => " . implode(["\n",' '], $userOutput));
|
|
|
// echo json_decode(print_r($userOutput));
|
|
|
}
|
|
|
public static function getStats(): void {
|