diff options
Diffstat (limited to 'config/filemgr/filemgr.inc')
-rw-r--r-- | config/filemgr/filemgr.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/filemgr/filemgr.inc b/config/filemgr/filemgr.inc index 9e8539ba..56d34a60 100644 --- a/config/filemgr/filemgr.inc +++ b/config/filemgr/filemgr.inc @@ -24,13 +24,13 @@ -function php_sync_package() +function php_sync_package_fm() { global $config; } -function php_install_command() +function php_install_command_fm() { global $config; @@ -136,7 +136,7 @@ function php_install_command() } -function deinstall_command() +function deinstall_command_fm() { conf_mount_rw(); $handle = popen("/usr/local/etc/rc.d/filemgr.sh stop", "r"); |