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()); + } +?>