Skip to content

Commit

Permalink
Update autoload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asilvafx committed Jan 13, 2025
1 parent 9f5ff56 commit 814025c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,7 @@
$enable_register = true;
}
$f3->set('SITE.enable_register', $enable_register); // Enable `Register` (true/false)

// Custom server configuration
$f3->set('VERSION', '1.0');
$f3->set('DEBUG', 1);
$f3->set('auto_logout', 14400);


// Load frontend routes
$f3->route('GET|POST|PUT /', 'Frontend->Base');
$f3->route('GET|POST|PUT /@slug*', 'Frontend->Base');
Expand Down

0 comments on commit 814025c

Please sign in to comment.