Explorar o código

cleanup & comment

andre hai 7 meses
pai
achega
c6b718de29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

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