mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-25 15:08:10 -04:00
16 lines
321 B
PHP
16 lines
321 B
PHP
<?php
|
|
require 'php/templates/header.php';
|
|
?>
|
|
<div class="content-wrapper changeHistoryPage spinnerTarget" id="changeHistoryPage">
|
|
<div class="content" >
|
|
<div class="tab-content box">
|
|
<?php
|
|
require 'changeLogCore.php';
|
|
?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<?php require 'php/templates/footer.php'; ?>
|