mirror of
https://github.com/SubleXBle/Fail2Ban-Report.git
synced 2026-02-11 19:28:50 -06:00
Update index.php
This commit is contained in:
21
index.php
21
index.php
@@ -1,25 +1,6 @@
|
||||
<?php include ('includes/list-files.php'); ?>
|
||||
<?php // index.php Version 0.2.1 ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Fail2Ban Report</title>
|
||||
<link rel="stylesheet" href="assets/css/style.css" />
|
||||
<script>
|
||||
const availableFiles = <?php echo $filesJson; ?>;
|
||||
</script>
|
||||
<script src="assets/js/jsonreader.js" defer></script>
|
||||
<script src="assets/js/action-collector.js" defer></script>
|
||||
<script src="assets/js/action.js" defer></script>
|
||||
<script src="assets/js/blocklist-overlay.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="inline-headlines">
|
||||
<h1>Fail2Ban-Report</h1>
|
||||
<h2>Let's catch the bad guys!</h2>
|
||||
</div>
|
||||
<?php include 'includes/header.php'; ?>
|
||||
|
||||
<label for="dateSelect">Select Date:</label>
|
||||
<select id="dateSelect"></select>
|
||||
|
||||
Reference in New Issue
Block a user