Browse Source

cleanup & comment

andre 7 tháng trước cách đây
mục cha
commit
740393a7df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

@@ -253,7 +253,7 @@ class SiteController {
 
         if (!file_exists($availableConfig)) {
             http_response_code(404);
-            echo json_encode(['error' => 'Configuration file not found']);
+            echo json_encode(['error' => $availableConfig . ' file not found']);
             return;
         }