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
else {
&stop();
&start();
&Control(2);
&Control(1);
&Evoauth::Functions::Log("Evoauth vient de redémarrer.");
}
}