mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-26 07:28:39 -04:00
BE+FE: change log
This commit is contained in:
17
front/changeLog.php
Normal file
17
front/changeLog.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
require 'php/templates/header.php';
|
||||
?>
|
||||
<div class="content-wrapper changeHistoryPage spinnerTarget" id="changeHistoryPage">
|
||||
<section class="content-header">
|
||||
<h1>
|
||||
<?= lang('Navigation_ChangeHistory'); ?>
|
||||
<small><?= lang('device_history_col_changes'); ?></small>
|
||||
</h1>
|
||||
</section>
|
||||
<?php
|
||||
require 'changeLogCore.php';
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
||||
<?php require 'php/templates/footer.php'; ?>
|
||||
Reference in New Issue
Block a user