diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-03-30 03:47:53 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-03-30 03:47:53 -0300 |
commit | 688b4f79e1e4a3827c913f752c2573c7a74ad99e (patch) | |
tree | 2ef4516c0b5d71424dba56695f7d10a9f0604c82 /config/sarg/sarg_queue.php | |
parent | 86dd4b909c2657e67c92c186395e751a02a32d8d (diff) | |
download | pfsense-packages-688b4f79e1e4a3827c913f752c2573c7a74ad99e.tar.gz pfsense-packages-688b4f79e1e4a3827c913f752c2573c7a74ad99e.tar.bz2 pfsense-packages-688b4f79e1e4a3827c913f752c2573c7a74ad99e.zip |
sarg - version 0.2 with exclusion lists, bug fixes and gui improves.
Diffstat (limited to 'config/sarg/sarg_queue.php')
-rwxr-xr-x | config/sarg/sarg_queue.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sarg/sarg_queue.php b/config/sarg/sarg_queue.php index 3a27e734..627c06eb 100755 --- a/config/sarg/sarg_queue.php +++ b/config/sarg/sarg_queue.php @@ -104,7 +104,7 @@ else{ <?php if ($savemsg) print_info_box($savemsg); ?> - <form action="postfix_view_config.php" method="post"> + <form action="sarg_realtimex.php" method="post"> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> @@ -125,7 +125,7 @@ else{ <table class="tabcont" width="100%" border="0" cellpadding="8" cellspacing="0"> <tr><td></td></tr> <tr> - <td colspan="2" valign="top" class="listtopic"><?=gettext("Postfix Queue"); ?></td></tr> + <td colspan="2" valign="top" class="listtopic"><?=gettext("Sarg Realtime"); ?></td></tr> <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Log command: ");?></td> <td width="78%" class="vtable"> |