Revision 16bc968e
Added by Scott Ullrich almost 17 years ago
etc/phpshellsessions/cvssync | ||
---|---|---|
4 | 4 |
* Part of the pfSense project pfSsh.php subsystem |
5 | 5 |
*/ |
6 | 6 |
|
7 |
counf_mount_rw();
|
|
7 |
conf_mount_rw(); |
|
8 | 8 |
|
9 | 9 |
if(is_dir("/home/pfsense")) { |
10 | 10 |
echo "\nRelocating downloaded cvssync data, please wait..."; |
... | ... | |
198 | 198 |
echo "\n"; |
199 | 199 |
} |
200 | 200 |
|
201 |
counf_mount_ro();
|
|
201 |
conf_mount_ro(); |
|
202 | 202 |
|
Also available in: Unified diff
Spell conf correctly