andre 7 달 전
부모
커밋
37e755f1ca
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      controllers/QuotaController.php

+ 2 - 1
controllers/QuotaController.php

@@ -21,7 +21,8 @@ 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;
         }
         }
-        echo json_decode(print_r($userOutput));
+        error_log(print_r($userOutput));
+//        echo json_decode(print_r($userOutput));
     }
     }
     public static function getStats(): void {
     public static function getStats(): void {
         // get all quotas
         // get all quotas