Grupowanie komentarzy
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user