aboutsummaryrefslogtreecommitdiffstats
path: root/config/filemgr/filemgr.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-11 11:53:10 -0300
committerRenato Botelho <renato@netgate.com>2015-08-11 11:53:10 -0300
commit3faf4d8c63981742cf7d6a99c41c9e39d815db0d (patch)
tree655166f28159c9630a5c13e078f7aa54411cd6c7 /config/filemgr/filemgr.inc
parentc0ab8887bdfff3064351e598840bdce35a174fbd (diff)
parent0767305b6d3ba9725d138d6cd8d65fe610e85201 (diff)
downloadpfsense-packages-3faf4d8c63981742cf7d6a99c41c9e39d815db0d.tar.gz
pfsense-packages-3faf4d8c63981742cf7d6a99c41c9e39d815db0d.tar.bz2
pfsense-packages-3faf4d8c63981742cf7d6a99c41c9e39d815db0d.zip
Merge pull request #989 from doktornotor/patch-2
Diffstat (limited to 'config/filemgr/filemgr.inc')
-rw-r--r--config/filemgr/filemgr.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/filemgr/filemgr.inc b/config/filemgr/filemgr.inc
index 56d34a60..64186637 100644
--- a/config/filemgr/filemgr.inc
+++ b/config/filemgr/filemgr.inc
@@ -35,7 +35,6 @@ function php_install_command_fm()
global $config;
conf_mount_rw();
- config_lock();
if (!is_dir('/usr/local/www/packages/')) {
exec("mkdir /usr/local/www/packages/");
@@ -132,7 +131,6 @@ function php_install_command_fm()
conf_mount_ro();
- config_unlock();
}
@@ -151,4 +149,4 @@ function deinstall_command_fm()
conf_mount_ro();
}
-?> \ No newline at end of file
+?>