Accidental debug line removed

This commit is contained in:
Seth Mos 2005-10-13 20:54:10 +00:00
parent cefde7627f
commit 1cb64928ea

View File

@ -225,8 +225,7 @@ if ($_POST) {
fclose($fout);
}
$ssh_output = mwexec("/etc/sshd");
log_error("restarting sshd, $ssh_output");
mwexec("/etc/sshd");
conf_mount_ro();
}