diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php index 821fc60227..211eca4585 100644 --- a/usr/local/www/system_advanced_admin.php +++ b/usr/local/www/system_advanced_admin.php @@ -108,10 +108,10 @@ if ($_POST) { if($_POST['enablesshd'] == "yes") { $config['system']['enablesshd'] = "enabled"; -// touch("{$g['tmp_path']}/start_sshd"); + touch("{$g['tmp_path']}/start_sshd"); } else { unset($config['system']['enablesshd']); -// mwexec("/usr/bin/killall sshd"); + mwexec("/usr/bin/killall sshd"); } $oldsshport = $config['system']['ssh']['port'];