- Public display

This commit is contained in:
Ty Clifford
2026-07-03 18:00:34 -04:00
parent c5ec4f4c7e
commit 90b1194b65
16 changed files with 237 additions and 49 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
header('Location: /tracker.php', true, 302);
require __DIR__ . '/../app/bootstrap.php';
header('Location: ' . (app_tracker_area_enabled() ? '/tracker.php' : '/'), true, 302);
exit;