diff --git a/.gitignore b/.gitignore index 2f0ef03..7e94829 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ svg-pan-zoom.min.js tinycolor-min.js + +bddpass.php diff --git a/sallesQuery.php b/sallesQuery.php index 5be92ab..a863bed 100644 --- a/sallesQuery.php +++ b/sallesQuery.php @@ -1,8 +1,13 @@ 'SET NAMES utf8')); // set the PDO error mode to exception $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch(PDOException $e) { @@ -30,7 +35,7 @@ if($_GET["salle"] != NULL) { $resP = $stmt->fetchAll(); for($i=0;$iprepare("SELECT id, nom, description FROM salles WHERE id=?"); diff --git a/viewer.html b/viewer.html index 1cfd029..52104b5 100644 --- a/viewer.html +++ b/viewer.html @@ -7,15 +7,20 @@ - +