diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/diag_logs_auth.php | 2 |
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> |