summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-14 23:32:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-14 23:32:03 +0000
commit51579483c9a79795a272ad169eb05c7adef76979 (patch)
tree76e15a56798619b3380806c3d91a89b724c24659 /usr/local
parentdabf1d2d5a1c659d9a422f6307e1dc8246331ab8 (diff)
downloadpfsense-51579483c9a79795a272ad169eb05c7adef76979.zip
pfsense-51579483c9a79795a272ad169eb05c7adef76979.tar.gz
Touch /tmp/ not /tmp/tmp
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 6f47cfb..391db71 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -106,7 +106,7 @@ if ($_POST) {
}
if($_POST['enablesshd'] == "yes") {
$config['system']['enablesshd'] = "enabled";
- touch("{$g['tmp_path']}/tmp/start_sshd");
+ touch("{$g['tmp_path']}/start_sshd");
} else {
unset($config['system']['enablesshd']);
}
OpenPOWER on IntegriCloud