From e04ca851366e229b2615f01752da19e5b0de2dec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= <ponsfrilus@gmail.com>
Date: Mon, 11 Jan 2021 20:43:57 +0100
Subject: [PATCH] [fix] bug introduced by refactoring

---
 canapEPFL/helpers.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/canapEPFL/helpers.php b/canapEPFL/helpers.php
index d0bf18b..efed00c 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;
-- 
GitLab