Sync modifiche fatte direttamente sul server dev

This commit is contained in:
2025-11-23 19:03:12 +00:00
parent 853047c431
commit 0dae6b3700
100 changed files with 13027 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ $DB_NAME = $_ENV['DB_DATABASE'];
$DB_USER = $_ENV['DB_USERNAME'];
$DB_PASS = $_ENV['DB_PASSWORD'];
$db = new PDO("mysql:host=$DB_HOST;dbname=$DB_NAME;charset=utf8mb4",$DB_USER,$DB_PASS,[PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
// try {
// $pdo = new PDO(
// "mysql:host=$DB_HOST;dbname=$DB_NAME;charset=utf8mb4",