From 2de93d58e31852ba8b7de683d307a02ce91062b4 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 11 Aug 2015 14:56:40 +0200 Subject: remove useless config_(un)lock calls round two --- config/filemgr/filemgr.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config/filemgr') 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 +?> -- cgit v1.2.3