Benjamin Harris 2 сар өмнө
parent
commit
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';