- Public display
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user