summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-23 18:35:49 +0000
committerErmal <eri@pfsense.org>2010-06-23 18:35:49 +0000
commit56c9163122699bcf9e2487af0d0df13df5421d20 (patch)
treea6a50bcfe911d4af036f31584866fb77c77e228c /usr/local/www
parent2e591a5db12e188ccff9ad6c53a0002075f9f053 (diff)
downloadpfsense-56c9163122699bcf9e2487af0d0df13df5421d20.zip
pfsense-56c9163122699bcf9e2487af0d0df13df5421d20.tar.gz
Pass correct argument to killbyname and correctly check for sshdkeyonly toggle. Ticket #691
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index ca4cee3..bfa5061 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -412,7 +412,7 @@ function prot_change() {
<?php
if ($restart_sshd) {
- killbyname(sshd);
+ killbyname("sshd");
log_error(gettext("secure shell configuration has changed. Stopping sshd."));
if ($config['system']['enablesshd']) {
OpenPOWER on IntegriCloud