6 lines
147 B
PHP
6 lines
147 B
PHP
<?php require_once '_header.php'; ?>
|
|
|
|
<h1 class="mb-4">Audit</h1>
|
|
<p>Audit logs will be implemented here.</p>
|
|
|
|
<?php require_once '_footer.php'; ?>
|