andre пре 7 месеци
родитељ
комит
35f6cbfa31
1 измењених фајлова са 1 додато и 1 уклоњено
  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 . 'Configuration file not found']);
             return;
         }