andre 7 luni în urmă
părinte
comite
dd084e4e8b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      controllers/QuotaController.php

+ 1 - 1
controllers/QuotaController.php

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