mirror of
https://github.com/pi-hole/web.git
synced 2025-12-27 05:56:22 +00:00
Fix unknown variable in db_queries.php
Probably the result of a copy-paste from queries.php to db_queries.php
This commit is contained in:
@@ -99,7 +99,7 @@ $token = $_SESSION['token'];
|
||||
<div class="col-md-12">
|
||||
<div class="box" id="recent-queries">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Recent Queries <?php echo $showing; ?></h3>
|
||||
<h3 class="box-title">Recent Queries</h3>
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
|
||||
Reference in New Issue
Block a user