Skip to content

Commit

Permalink
Update autoload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asilvafx authored Nov 16, 2024
1 parent a8f43c8 commit e88d073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
$f3->set('SITE.db', $siteDb);

$f3->route('GET /public/@slug*', 'Frontend->Public');
$f3->route('GET /assets/@slug*', 'Frontend->Assets');
$f3->route('GET /secure/dl/*', 'Frontend->SecureDl');

if (empty($f3->get('SESSION.loggedin'))) {
Expand Down

0 comments on commit e88d073

Please sign in to comment.