From bc6285b1b742615239caced8aab158b7f7ec932e Mon Sep 17 00:00:00 2001 From: magikcypress Date: Fri, 3 Mar 2017 13:17:05 +0100 Subject: [PATCH] Suppression de code inutile --- scripts/install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install b/scripts/install index 6a8ede4..3068084 100644 --- a/scripts/install +++ b/scripts/install @@ -108,14 +108,6 @@ fi POOL_FPM -#================================================= -# Option de l'applications -#================================================= - -db_md5=$(echo $db_pwd | md5sum | awk '{print $1}') -db_sha=$(echo $db_pwd | openssl dgst -sha1 -hmac "key" | awk -F'= ' {'print $2'}) -language="$(echo $language | head -c 2)" - #================================================= # Changer les informations de la tables #=================================================