diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-27 00:22:01 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-27 00:22:01 +0000 |
commit | e10d15852929b9f87a1aa7d4a50747c7b159f23b (patch) | |
tree | 29a41633aa70ff85eaa93494bd2f02bad085eafc /etc | |
parent | 555e30f7d9c93a5d18071c4191689ddfa140e6e7 (diff) | |
download | pfsense-e10d15852929b9f87a1aa7d4a50747c7b159f23b.zip pfsense-e10d15852929b9f87a1aa7d4a50747c7b159f23b.tar.gz |
s/counf/conf/
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(); |