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