aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freenas/www/services_rsyncd.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/freenas/www/services_rsyncd.php')
-rw-r--r--packages/freenas/www/services_rsyncd.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/freenas/www/services_rsyncd.php b/packages/freenas/www/services_rsyncd.php
index e95cbb8c..a31aa229 100644
--- a/packages/freenas/www/services_rsyncd.php
+++ b/packages/freenas/www/services_rsyncd.php
@@ -130,6 +130,10 @@ if (! empty($_POST))
}
}
+/* if ajax is calling, give them an update message */
+if(isAjax())
+ print_info_box_np($savemsg);
+
include("head.inc");
/* put your custom HTML head content here */
/* using some of the $pfSenseHead function calls */