Project

General

Profile

« Previous | Next » 

Revision b4658554

Added by Scott Ullrich almost 20 years ago

Do not show squid logs in portal auth tab

Ticket #421

View differences:

usr/local/www/diag_logs_auth.php
73 73
			<td colspan="2" class="listtopic">
74 74
			  Last <?=$nentries;?> Portal Auth log entries</td>
75 75
		  </tr>
76
		  <?php dump_clog($portal_logfile, $nentries); ?>
76
		  <?php dump_clog($portal_logfile, $nentries, true, "" , array("squid")); ?>
77 77
		<tr><td><br><form action="diag_logs_auth.php" method="post">
78 78
<input name="clear" type="submit" class="formbtn" value="Clear log"></td></tr>
79 79
		</table>

Also available in: Unified diff