aboutsummaryrefslogtreecommitdiffstats
path: root/config/sarg/sarg.inc
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-03-29 16:27:58 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-03-29 16:27:58 -0300
commitb0064a8b250da5ae809eb1d6f00d50da8b69a6ea (patch)
tree73aea29399ede66387becbfe18218e123462ef65 /config/sarg/sarg.inc
parentf4d0b2d88be57136c6cf8f2414d889fbfd1a17b2 (diff)
downloadpfsense-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.inc16
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
+}
+
?>