diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-03-30 19:15:10 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-03-30 19:15:10 -0300 |
commit | 7852acc1ede90c850669e6d94568c53c5fb807d4 (patch) | |
tree | 69f7080a5545158c8f081369f23440bee1416e20 /config/sarg/sarg_realtime.php | |
parent | 3998c049f38f3dc0d0e27bdc39631264b3d1f6d8 (diff) | |
download | pfsense-packages-7852acc1ede90c850669e6d94568c53c5fb807d4.tar.gz pfsense-packages-7852acc1ede90c850669e6d94568c53c5fb807d4.tar.bz2 pfsense-packages-7852acc1ede90c850669e6d94568c53c5fb807d4.zip |
sarg - version 0.2.1 with report tab cache fix
Diffstat (limited to 'config/sarg/sarg_realtime.php')
-rwxr-xr-x | config/sarg/sarg_realtime.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/sarg/sarg_realtime.php b/config/sarg/sarg_realtime.php index 1af3eb70..ced24376 100755 --- a/config/sarg/sarg_realtime.php +++ b/config/sarg/sarg_realtime.php @@ -1,9 +1,8 @@ <?php /* - postfix_view_config.php + sarg_realtime.php part of pfSense (http://www.pfsense.com/) - Copyright (C) 2011 Marcello Coutinho <marcellocoutinho@gmail.com> - based on varnish_view_config. + Copyright (C) 2012 Marcello Coutinho <marcellocoutinho@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -133,7 +132,7 @@ else{ <td width="78%" class="vtable"> <select name="drop3" id="cmd"> <option value="sarg" selected="selected">Sarg Realtime</option> - </select><br><?=gettext("Select queue command to run.");?></td> + </select><br><?=gettext("Select report command to run.");?></td> </tr> <tr> <td width="22%" valign="top" class="vncell"><?=gettext("update frequency: ");?></td> @@ -146,7 +145,7 @@ else{ <option value="30">30 Seconds</option> <option value="60">One minute</option> <option value="1">Never</option> - </select><br><?=gettext("Select how often queue cmd will run.");?></td> + </select><br><?=gettext("Select how often report will run.");?></td> </tr> <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Report Types: ");?></td> |