Files
NetAlertX/front/appEvents.php
Jokob @NetAlertX 36a10fb9ef lint
2026-06-20 11:53:20 +00:00

20 lines
340 B
PHP
Executable File

<?php
require 'php/templates/header.php';
?>
<!-- ----------------------------------------------------------------------- -->
<!-- Page ------------------------------------------------------------------ -->
<div class="content-wrapper">
<?php
require 'appEventsCore.php';
?>
</div>
<?php
require 'php/templates/footer.php';
?>