summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-31 21:43:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-31 21:43:18 +0000
commit6eb4421513117fa7a0db2ab1a369c4876da9a048 (patch)
tree0755bde82bb52ff376fca7f109996eeac97eab5c /usr/local/www/system_advanced.php
parent0ad64be07c1c625517535c62f3500cd6bc372d1a (diff)
downloadpfsense-6eb4421513117fa7a0db2ab1a369c4876da9a048.zip
pfsense-6eb4421513117fa7a0db2ab1a369c4876da9a048.tar.gz
Start SSHD if applicable
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 7729e19..4775a90 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -208,6 +208,8 @@ if ($_POST) {
fwrite($fout, "set console=comconsole\n");
fclose($fout);
+ mwexec("/etc/sshd");
+
conf_mount_ro();
}
}
OpenPOWER on IntegriCloud