This commit is contained in:
2026-04-12 02:30:02 +02:00
parent 6c3e922080
commit c2f2d960cd
2 changed files with 2 additions and 2 deletions

2
db.php
View File

@@ -27,7 +27,7 @@ function db_query(string $query, array $params = []): array
$stmt->execute($params); $stmt->execute($params);
return $stmt->fetchAll(); return $stmt->fetchAll();
} catch (PDOException $e) { } catch (PDOException $e) {
exit("Errore connessione database: " . $e->getMessage()); exit("Errore database: " . $e->getMessage());
} }
} }

View File

@@ -37,7 +37,7 @@ if (isset($_POST["login"]) && isset($_POST["username"]) && isset($_POST["passwor
<body> <body>
<pre> <pre>
,--..Y ,--..Y
\ /`. R.F.D.B. Radio Frequency Data Base \ /`. R.F.D.B. - Radio Frequency Data Base
A. \ Bassano del Grappa (VI) A. \ Bassano del Grappa (VI)
_/ """--' _/ """--'
</pre> </pre>