summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_auth.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-09-13 21:37:02 +0000
committerColin Smith <colin@pfsense.org>2005-09-13 21:37:02 +0000
commit6f11653f062ce1f98e22b7c85bd01b380444fcc9 (patch)
treea55cebf3f65b063d075e4a13c1f617529c7dfc63 /usr/local/www/diag_logs_auth.php
parentc8ee172b35e163f83548c9312f4fed53544e9bfe (diff)
downloadpfsense-6f11653f062ce1f98e22b7c85bd01b380444fcc9.zip
pfsense-6f11653f062ce1f98e22b7c85bd01b380444fcc9.tar.gz
Clean up dump_clog() call.
Diffstat (limited to 'usr/local/www/diag_logs_auth.php')
-rwxr-xr-xusr/local/www/diag_logs_auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_auth.php b/usr/local/www/diag_logs_auth.php
index 49aa0f3..17fa541 100755
--- a/usr/local/www/diag_logs_auth.php
+++ b/usr/local/www/diag_logs_auth.php
@@ -73,7 +73,7 @@ include("head.inc");
<td colspan="2" class="listtopic">
Last <?=$nentries;?> Portal Auth log entries</td>
</tr>
- <?php dump_clog($portal_logfile, $nentries, true, "" , array("squid")); ?>
+ <?php dump_clog($portal_logfile, $nentries, true); ?>
<tr><td><br><form action="diag_logs_auth.php" method="post">
<input name="clear" type="submit" class="formbtn" value="Clear log"></td></tr>
</table>
OpenPOWER on IntegriCloud