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 <ssharunas@yahoo.co.uk>
  */
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 @@
-<?php
-	//CETTE PAGE GERE LA CONNEXION A LA BASE DE DONNEES
-	$host = 'localhost';
-	$dbname = 'raspisms';
-	$user = 'root';
-	$password = 'DATABASE_PASSWORD';
-
-	try
-	{
-		// On se connecte à MySQL
-		$bdd = new PDO('mysql:host=' . $host . ';dbname=' . $dbname, $user, $password, array(PDO::ATTR_PERSISTENT => 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());
-	}
-?>
+<?php
+	//CETTE PAGE GERE LA CONNEXION A LA BASE DE DONNEES
+	$host = 'localhost';
+	$dbname = 'raspisms';
+	$user = 'root';
+	$password = 'DATABASE_PASSWORD';
+
+	try
+	{
+		// On se connecte à MySQL
+		$bdd = new PDO('mysql:host=' . $host . ';dbname=' . $dbname, $user, $password, array(PDO::ATTR_PERSISTENT => 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());
+	}
+?>