aboutsummaryrefslogtreecommitdiffstats
path: root/config/filemgr
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-11 14:56:40 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-11 14:56:40 +0200
commit2de93d58e31852ba8b7de683d307a02ce91062b4 (patch)
treed7f8de0dbe5d3a0ab9d5173e8d0adf5f995886e5 /config/filemgr
parent3f76794c990bf21819c52587f83721021c3dbf25 (diff)
downloadpfsense-packages-2de93d58e31852ba8b7de683d307a02ce91062b4.tar.gz
pfsense-packages-2de93d58e31852ba8b7de683d307a02ce91062b4.tar.bz2
pfsense-packages-2de93d58e31852ba8b7de683d307a02ce91062b4.zip
remove useless config_(un)lock calls round two
Diffstat (limited to 'config/filemgr')
-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
+?>