mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
feat: add analytics and unknown useragents
This commit is contained in:
parent
4651d01a84
commit
ec92e65aa4
44 changed files with 3333 additions and 1987 deletions
|
|
@ -83,11 +83,11 @@
|
|||
<h1>404 - File Not Found</h1>
|
||||
|
||||
<p>
|
||||
<?php if (!empty($message) && $message !== '(null)') : ?>
|
||||
<?php if (!empty($message) && $message !== '(null)'): ?>
|
||||
<?= esc($message) ?>
|
||||
<?php else : ?>
|
||||
<?php else: ?>
|
||||
Sorry! Cannot seem to find the page you were looking for.
|
||||
<?php endif ?>
|
||||
<?php endif; ?>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue