lang in db

This commit is contained in:
Mario Rodriguez
2023-01-31 12:10:07 +01:00
parent b633c43078
commit 106438d61d
23 changed files with 378 additions and 430 deletions

View File

@@ -1,7 +1,5 @@
<?php
require 'php/server/db.php';
global $db;
$Pia_Graph_Device_Time = array();
@@ -27,6 +25,3 @@ function pia_graph_devices_data($Pia_Graph_Array) {
echo ",";
}
}
?>