diff options
Diffstat (limited to 'packages/freenas/www/services_samba.php')
-rw-r--r-- | packages/freenas/www/services_samba.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/freenas/www/services_samba.php b/packages/freenas/www/services_samba.php index 835814b2..06a0291d 100644 --- a/packages/freenas/www/services_samba.php +++ b/packages/freenas/www/services_samba.php @@ -157,6 +157,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 */ |