Log-Viewer hinzugefügt

This commit is contained in:
blaerf 2025-12-17 12:08:54 +01:00
parent 9d3983060d
commit 6af2aab851

View File

@ -31,7 +31,7 @@ declare(strict_types=1);
<h6 class="m-0 font-weight-bold text-primary">Filter</h6> <h6 class="m-0 font-weight-bold text-primary">Filter</h6>
</div> </div>
<div class="card-body"> <div class="card-body">
<form method="get" action="index.php"> <form method="get" action="../index.php">
<input type="hidden" name="route" value="logs"> <input type="hidden" name="route" value="logs">
<div class="form-row"> <div class="form-row">
@ -99,7 +99,7 @@ declare(strict_types=1);
<div class="card-header py-3 d-flex align-items-center justify-content-between"> <div class="card-header py-3 d-flex align-items-center justify-content-between">
<h6 class="m-0 font-weight-bold text-primary">Einträge (neueste unten)</h6> <h6 class="m-0 font-weight-bold text-primary">Einträge (neueste unten)</h6>
<a class="btn btn-sm btn-outline-secondary" <a class="btn btn-sm btn-outline-secondary"
href="index.php?route=logs&amp;file=<?php echo urlencode((string)$selectedFile); ?>&amp;level=<?php echo urlencode((string)$filterLevel); ?>&amp;q=<?php echo urlencode((string)$searchQuery); ?>&amp;lines=<?php echo (int)$lines; ?>"> href="../index.php?route=logs&amp;file=<?php echo urlencode((string)$selectedFile); ?>&amp;level=<?php echo urlencode((string)$filterLevel); ?>&amp;q=<?php echo urlencode((string)$searchQuery); ?>&amp;lines=<?php echo (int)$lines; ?>">
Refresh Refresh
</a> </a>
</div> </div>