From 5b7a4d91df381025d79f51db2edd5fd8d89ff17a Mon Sep 17 00:00:00 2001 From: Tom Schaefer Date: Thu, 19 Aug 2010 23:43:05 -0400 Subject: filemgr renamed php install function name. Version bump. --- config/filemgr/filemgr.inc | 6 +++--- config/filemgr/filemgr.xml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'config/filemgr') 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"); diff --git a/config/filemgr/filemgr.xml b/config/filemgr/filemgr.xml index 0082fc29..ec95a3c8 100644 --- a/config/filemgr/filemgr.xml +++ b/config/filemgr/filemgr.xml @@ -31,7 +31,7 @@ none http://forum.pfsense.org/index.php/topic,26974.0.html File Manager - 0.1.0 + 0.1.1 Settings /usr/local/pkg/filemgr.inc @@ -226,15 +226,15 @@ - php_sync_package(); + php_sync_package_fm(); - php_sync_package(); + php_sync_package_fm(); - php_install_command(); + php_install_command_fm(); - deinstall_command(); + deinstall_command_fm(); \ No newline at end of file -- cgit v1.2.3