diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-03-29 16:27:58 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-03-29 16:27:58 -0300 |
commit | b0064a8b250da5ae809eb1d6f00d50da8b69a6ea (patch) | |
tree | 73aea29399ede66387becbfe18218e123462ef65 /config/sarg/sarg.inc | |
parent | f4d0b2d88be57136c6cf8f2414d889fbfd1a17b2 (diff) | |
download | pfsense-packages-b0064a8b250da5ae809eb1d6f00d50da8b69a6ea.tar.gz pfsense-packages-b0064a8b250da5ae809eb1d6f00d50da8b69a6ea.tar.bz2 pfsense-packages-b0064a8b250da5ae809eb1d6f00d50da8b69a6ea.zip |
sarg -include realtime missing file
Diffstat (limited to 'config/sarg/sarg.inc')
-rw-r--r-- | config/sarg/sarg.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/sarg/sarg.inc b/config/sarg/sarg.inc index bdbcdda8..2597b30d 100644 --- a/config/sarg/sarg.inc +++ b/config/sarg/sarg.inc @@ -33,14 +33,6 @@ /* ========================================================================== */ -function sarg_php_install_command() { - // reserved -} - -function sarg_php_deinstall_command() { - // reserved -} - function sarg_start() { global $g, $config; @@ -400,4 +392,12 @@ function sarg_do_xmlrpc_sync($sync_to_ip, $username, $password) { } +function sarg_php_install_command() { + sync_package_sarg(); +} + +function sarg_php_deinstall_command() { + // reserved +} + ?> |