Grupowanie komentarzy

This commit is contained in:
2026-02-18 22:07:29 +01:00
parent a282dd2080
commit e7549c6f00
5 changed files with 389 additions and 49 deletions

View File

@@ -3,8 +3,12 @@ $host = 'localhost';
$db = 'srv105686_magicoprototype';
$user = 'srv105686_magicoprototype';
$pass = 'pMMdmYHXSBs6wM5LHNjd';
$pass = 'pMMdmYHXSBs6wM5LHNjd';
$charset = 'utf8mb4';
// Hasło do trybu komentowania
$PROTOTYPE_PASSWORD = 'magic'; // Zmień to hasło!
$dsn = "mysql:host=$host;dbname=$db;charset=$charset";
$options = [
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,