Improved readability, Removed trash, Compressed JSON file slightly

Update .dockerignore, .gitignore, and 55 more files...
This commit is contained in:
2022-04-16 13:57:22 +02:00
parent 2a64b9d050
commit 9c98503b07
57 changed files with 282 additions and 431 deletions

View File

@@ -1,4 +1,10 @@
<?php if (basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) { header('HTTP/1.1 403 Forbidden'); die(); } ?>
<?php
// Making sure the file is included and not accessed directly.
if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
header('HTTP/1.1 403 Forbidden');
die();
}
?>
<nav class="navbar navbar-fixed-bottom">
<div class="navbar-content">
<div class="navbar-content">