From 5f189448afe87fe32a96f30bf1b5800e349029ca Mon Sep 17 00:00:00 2001 From: Pierre-Lin Bonnemaison Date: Mon, 3 Aug 2015 12:17:42 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20des=20probl=C3=A8mes=20de=20retour=20char?= =?UTF-8?q?riot=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 0 fonts/glyphicons-halflings-regular.woff2 | Bin js/locales/bootstrap-datetimepicker.lt.js | 2 +- mvc/conn_bdd.php | 38 +++++++++++----------- 4 files changed, 20 insertions(+), 20 deletions(-) mode change 100644 => 100755 README.md mode change 100644 => 100755 fonts/glyphicons-halflings-regular.woff2 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/fonts/glyphicons-halflings-regular.woff2 b/fonts/glyphicons-halflings-regular.woff2 old mode 100644 new mode 100755 diff --git a/js/locales/bootstrap-datetimepicker.lt.js b/js/locales/bootstrap-datetimepicker.lt.js index 8018a70..a639f6e 100755 --- a/js/locales/bootstrap-datetimepicker.lt.js +++ b/js/locales/bootstrap-datetimepicker.lt.js @@ -1,4 +1,4 @@ -/** +/** * Lithuanian translation for bootstrap-datetimepicker * Šarūnas Gliebus */ diff --git a/mvc/conn_bdd.php b/mvc/conn_bdd.php index 6b2d06a..64e6332 100755 --- a/mvc/conn_bdd.php +++ b/mvc/conn_bdd.php @@ -1,19 +1,19 @@ - TRUE)); - $bdd->exec("SET CHARACTER SET utf8"); - } - catch(Exception $e) - { - // En cas d'erreur, on affiche un message et on arrête tout - die('Erreur : '.$e->getMessage()); - } -?> + TRUE)); + $bdd->exec("SET CHARACTER SET utf8"); + } + catch(Exception $e) + { + // En cas d'erreur, on affiche un message et on arrête tout + die('Erreur : '.$e->getMessage()); + } +?>