diff --git a/canapEPFL/helpers.php b/canapEPFL/helpers.php
index d0bf18b4f50a393ea442e56befb29f7ad0312dbe..efed00ca01854c0d5da73feb046377b6115c8db9 100644
--- a/canapEPFL/helpers.php
+++ b/canapEPFL/helpers.php
@@ -1,7 +1,5 @@
 <?php
 
-require('configs/db.php');
-
 #region [Mail Sendings]
 function mailToResp($surname, $name, $job){
   global $EMAIL_FORMATION, $EMAIL_FROM, $EMAIL_REPLY_TO;