浏览代码

update dashboard issue

Benjamin Harris 2 月之前
父节点
当前提交
51a919df75
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      public/dashboard.php

+ 2 - 1
public/dashboard.php

@@ -1,11 +1,12 @@
 <?php
+declare(strict_types=1);
 require_once __DIR__ . '/_bootstrap.php';
 /**
  * dashboard.php — Query monitoring dashboard
  * Place in /home/modulos_llm/public/
  * DB path read from TPR_DB env var, defaults to /data/telemetry.db
  */
-declare(strict_types=1);
+
 
 $dbPath = getenv('TPR_DB') ?: '/data/telemetry.db';