diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-21 20:46:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-21 20:46:40 +0000 |
commit | 16bc968efe596512b79fb9dafa711c0df4aee9ca (patch) | |
tree | 9fd995c95651cd95e9b385e790d3b6dcbe51ec1d /etc | |
parent | 161eecdc5ace613a98f2d6c2971000178e3c4b65 (diff) | |
download | pfsense-16bc968efe596512b79fb9dafa711c0df4aee9ca.zip pfsense-16bc968efe596512b79fb9dafa711c0df4aee9ca.tar.gz |
Spell conf correctly
Diffstat (limited to 'etc')
-rw-r--r-- | etc/phpshellsessions/cvssync | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 6d9674c..09d833a 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -4,7 +4,7 @@ * Part of the pfSense project pfSsh.php subsystem */ -counf_mount_rw(); +conf_mount_rw(); if(is_dir("/home/pfsense")) { echo "\nRelocating downloaded cvssync data, please wait..."; @@ -198,5 +198,5 @@ function post_cvssync_commands() { echo "\n"; } -counf_mount_ro(); +conf_mount_ro(); |