浏览代码

cleanup & comment

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;
         }