correction fonction restart.

This commit is contained in:
Alexandre Anriot 2005-09-15 08:48:40 +00:00
parent 920138c193
commit 94a52169eb

View file

@ -201,8 +201,8 @@ sub Control() {
# restart # restart
else { else {
&stop(); &Control(2);
&start(); &Control(1);
&Evoauth::Functions::Log("Evoauth vient de redémarrer."); &Evoauth::Functions::Log("Evoauth vient de redémarrer.");
} }
} }