diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2005-10-13 20:54:10 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2005-10-13 20:54:10 +0000 |
commit | 1cb64928ea3842ce55311f7c48bcff59a9e2f8e7 (patch) | |
tree | 894d9a363a4dc973fc251b462b134e5ec694a918 | |
parent | cefde7627f4167496a68e74a2e93782cb87971aa (diff) | |
download | pfsense-1cb64928ea3842ce55311f7c48bcff59a9e2f8e7.zip pfsense-1cb64928ea3842ce55311f7c48bcff59a9e2f8e7.tar.gz |
Accidental debug line removed
-rwxr-xr-x | usr/local/www/system_advanced.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php index 5fe3e45..6f2174c 100755 --- a/usr/local/www/system_advanced.php +++ b/usr/local/www/system_advanced.php @@ -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(); } |