diff options
Diffstat (limited to 'packages/freenas/www/services_nfs.php')
-rw-r--r-- | packages/freenas/www/services_nfs.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/freenas/www/services_nfs.php b/packages/freenas/www/services_nfs.php index 70351bf1..092f71a6 100644 --- a/packages/freenas/www/services_nfs.php +++ b/packages/freenas/www/services_nfs.php @@ -115,6 +115,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 */ |