Fixed JS not working because of removed charts

This commit is contained in:
Hickmeister
2025-01-04 02:41:56 +00:00
parent d204dd2b99
commit 7dd648edbb
5 changed files with 67 additions and 327 deletions

View File

@@ -2,7 +2,7 @@
$host = '172.16.18.3';
$db = 'TechOdysseyDashboard';
$user = 'tod_admin';
$pass = '';
$pass = 'QprczJwYor./_.T*';
try {
$pdo = new PDO("mysql:host=$host;dbname=$db", $user, $pass);