X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=mw%2Fapp%2Fcontrollers%2Finstall%2Findex.php;fp=mw%2Fapp%2Fcontrollers%2Finstall%2Findex.php;h=07fb56ee503ccc9e3f37cedd3367391776c9cfd7;hb=8725705c494dadc483390e73b38a83ae46ac5700;hp=94e146bd9b9d99e4bd967c753ed9876f7349d416;hpb=bbf4a37f435d057379b5f4abd21a282a339f3cd9;p=mtweb diff --git a/mw/app/controllers/install/index.php b/mw/app/controllers/install/index.php index 94e146b..07fb56e 100644 --- a/mw/app/controllers/install/index.php +++ b/mw/app/controllers/install/index.php @@ -128,10 +128,6 @@ $env->erreur("la base de données a été installée mais impossible d'ajouter l'administrateur"); return; } - if(!$env->set_webmaster_user($admin["login"], md5($admin["password"]))){ - $env->erreur("la base de données a été installée mais impossible d'enregistrer le webmaster"); - return; - } } if(!$env->messages()){ if(!$content = @file_get_contents($template_file)){