Benjamin Harris преди 3 месеца
родител
ревизия
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';