summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-25 19:28:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-25 19:28:59 +0000
commitdce949b0c047089fd4e195a6f13065f7a70996ab (patch)
tree4d29f793c9d43a9f1702bc73365b7a29f5f47b54 /usr/local/www
parent25fc7786f53c4627fd15a3c077b00aa8e8dd87ce (diff)
downloadpfsense-dce949b0c047089fd4e195a6f13065f7a70996ab.zip
pfsense-dce949b0c047089fd4e195a6f13065f7a70996ab.tar.gz
Let system_start_ftp_helpers() handle starting and stopping of pftpx
Diffstat (limited to 'usr/local/www')
-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 d0e5cb3..7708cbe 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -96,7 +96,7 @@ if ($_POST) {
system_start_ftp_helpers();
} else {
unset($config['system']['disableftpproxy']);
- mwexec("/usr/bin/killall pftpx");
+ system_start_ftp_helpers();
}
if($_POST['rfc959workaround'] == "yes")
$config['system']['rfc959workaround'] = "enabled";
OpenPOWER on IntegriCloud