diff options
Diffstat (limited to 'config/countryblock/countryblock.inc')
-rw-r--r-- | config/countryblock/countryblock.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/countryblock/countryblock.inc b/config/countryblock/countryblock.inc index 1f94dff1..7cab6c1d 100644 --- a/config/countryblock/countryblock.inc +++ b/config/countryblock/countryblock.inc @@ -33,13 +33,13 @@ -function php_sync_package() +function php_sync_package_cb() { global $config; } -function php_install_command() +function php_install_command_cb() { global $config; @@ -88,7 +88,7 @@ function php_install_command() } -function deinstall_command() +function deinstall_command_cb() { conf_mount_rw(); $handle = popen("/usr/local/etc/rc.d/countryblock.sh stop", "r"); |