fix bdd parse

This commit is contained in:
2026-05-17 16:58:32 +02:00
parent 212d218291
commit 1da5d1a8f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
# Fichiers de configuration locaux # Fichiers de configuration locaux
www/config.php config.php
+1 -1
View File
@@ -1,7 +1,7 @@
<?php <?php
header('Content-Type: application/json'); header('Content-Type: application/json');
require_once __DIR__ . '/config.php'; require_once __DIR__ . '/../config.php';
try { try {
$options = [PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8", PDO::ATTR_EMULATE_PREPARES => false]; $options = [PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8", PDO::ATTR_EMULATE_PREPARES => false];